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,27 +15,27 @@ 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 a simulated ECG-signal by using a Line Series in a XY Chart.
23
-
24
-
The simulated signal pushes 960 points per second to the chart.
25
-
26
-
ECG stands for electrocardiogram which is a simple test that can be used to check heart's rhythm and electrical activity.
27
-
28
-
29
-
## API Links
30
-
18
+
19
+
20
+
## Description
21
+
22
+
This example shows a simulated ECG-signal by using a Line Series in a XY Chart.
23
+
24
+
The simulated signal pushes 960 points per second to the chart.
25
+
26
+
ECG stands for electrocardiogram which is a simple test that can be used to check heart's rhythm and electrical activity.
27
+
28
+
29
+
## API Links
30
+
31
31
*[XY cartesian chart]
32
32
*[Line series]
33
33
*[Data patterns]
34
34
*[Progressive trace data generator]
35
-
36
-
37
-
## Support
38
-
35
+
36
+
37
+
## Support
38
+
39
39
If you notice an error in the example code, please open an issue on [GitHub][0] repository of the entire example.
40
40
41
41
Official [API documentation][1] can be found on [LightningChart][2] website.
@@ -51,12 +51,12 @@ Direct developer email support can be purchased through a [Support Plan][4] or b
0 commit comments