File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ For the neuron raster chart (see [example](https://github.com/robphilipp/stream-
87
87
88
88
![ raster-chart] ( https://github.com/robphilipp/stream-charts/blob/master/images/raster-magnifier.png?raw=true )
89
89
90
+
90
91
``` typescript jsx
91
92
import {RasterChart } from " stream-charts" ;
92
93
// .
@@ -173,8 +174,6 @@ import {RasterChart} from "stream-charts";
173
174
withCadenceOf = {30 }
174
175
/ >
175
176
< / Chart >
176
-
177
-
178
177
```
179
178
180
179
### [ ⤒ ; ] ( #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
183
182
184
183
![ scatter-chart-tooltip] ( https://github.com/robphilipp/stream-charts/blob/master/images/scatter-tooltip.png?raw=true )
185
184
185
+
186
186
``` typescript jsx
187
187
import {ScatterChart } from " stream-charts" ;
188
188
// .
You can’t perform that action at this time.
0 commit comments