Skip to content

Commit b4e3fd7

Browse files
committed
readme fix
1 parent 05e5b0b commit b4e3fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ For the neuron raster chart (see [example](https://github.com/robphilipp/stream-
8787

8888
![raster-chart](https://github.com/robphilipp/stream-charts/blob/master/images/raster-magnifier.png?raw=true)
8989

90+
9091
```typescript jsx
9192
import {RasterChart} from "stream-charts";
9293
// .
@@ -173,8 +174,6 @@ import {RasterChart} from "stream-charts";
173174
withCadenceOf={30}
174175
/>
175176
</Chart>
176-
177-
178177
```
179178

180179
### [&#10514;](#content) <span id="example-scatter-chart-code">example scatter chart</span>
@@ -183,6 +182,7 @@ An example scatter chart (see [example](https://github.com/robphilipp/stream-ch
183182

184183
![scatter-chart-tooltip](https://github.com/robphilipp/stream-charts/blob/master/images/scatter-tooltip.png?raw=true)
185184

185+
186186
```typescript jsx
187187
import {ScatterChart} from "stream-charts";
188188
// .

0 commit comments

Comments
 (0)