You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This demo application belongs to the set of examples for LightningChart JS, data visualization library for JavaScript.
6
6
7
7
LightningChart JS is entirely GPU accelerated and performance optimized charting library for presenting massive amounts of data. It offers an easy way of creating sophisticated and interactive charts and adding them to your website or web application.
@@ -15,19 +15,19 @@ The demo can be used as an example or a seed project. Local execution requires t
15
15
npm start # builds an application and starts the development server
16
16
17
17
- The application is available at _http://localhost:8080_ in your browser, webpack-dev-server provides hot reload functionality.
18
-
19
-
20
-
## Description
21
-
22
-
This example shows how to create a 2D spectrogram chart with X and Y line projections over last mouse coordinate (custom interaction).
23
-
24
-
Every time the user moves mouse over the spectrogram 1024 + 1024 data points are picked from the data set and pushed to X and Y projections line series - this is an expensive operation, but handled really fast with calls to `LineSeries.clear().add(data)`.
25
-
26
-
The spectrogram chart contains 1024 x 1024 = ~1 million data points.
27
-
28
-
29
-
## API Links
30
-
18
+
19
+
20
+
## Description
21
+
22
+
This example shows how to create a 2D spectrogram chart with X and Y line projections over last mouse coordinate (custom interaction).
23
+
24
+
Every time the user moves mouse over the spectrogram 1024 + 1024 data points are picked from the data set and pushed to X and Y projections line series - this is an expensive operation, but handled really fast with calls to `LineSeries.clear().add(data)`.
25
+
26
+
The spectrogram chart contains 1024 x 1024 = ~1 million data points.
27
+
28
+
29
+
## API Links
30
+
31
31
*[Dashboard]
32
32
*[XY cartesian chart]
33
33
*[Heatmap Grid Series Intensity]
@@ -38,10 +38,10 @@ The spectrogram chart contains 1024 x 1024 = ~1 million data points.
38
38
*[Empty line style]
39
39
*[Legend Box]
40
40
*[Legend Box builders]
41
-
42
-
43
-
## Support
44
-
41
+
42
+
43
+
## Support
44
+
45
45
If you notice an error in the example code, please open an issue on [GitHub][0] repository of the entire example.
46
46
47
47
Official [API documentation][1] can be found on [LightningChart][2] website.
@@ -57,18 +57,18 @@ Direct developer email support can be purchased through a [Support Plan][4] or b
0 commit comments