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
Copy file name to clipboardExpand all lines: README.md
+24-24Lines changed: 24 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
# 1 Million Points JavaScript Line Chart
2
-
3
-

4
-
1
+
# 1 Million Points JavaScript Line Chart
2
+
3
+

4
+
5
5
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,10 +15,10 @@ 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
-
18
+
19
+
20
+
## Description
21
+
22
22
This example plots a million data points in an instant using line series.
23
23
24
24
## Progressive data optimizations
@@ -67,19 +67,19 @@ The scrolling of data in progressive series can also be automated and optimized
67
67
- Select **_AxisScrollStrategies.progressive_**. Automatically scrolls a scale in a positive direction.
68
68
- Select **_AxisScrollStrategies.regressive_**. Automatically scrolls a scale to a negative direction.
69
69
- Pass **_undefined_** to disable automatic scrolling. Scale can then be manually set using _setInterval_ method of **_Axis_**
70
-
71
-
72
-
## API Links
73
-
70
+
71
+
72
+
## API Links
73
+
74
74
*[XY cartesian chart]
75
75
*[Scroll strategies]
76
76
*[Line series]
77
77
*[Data patterns]
78
78
*[Progressive trace data generator]
79
-
80
-
81
-
## Support
82
-
79
+
80
+
81
+
## Support
82
+
83
83
If you notice an error in the example code, please open an issue on [GitHub][0] repository of the entire example.
84
84
85
85
Official [API documentation][1] can be found on [LightningChart][2] website.
@@ -95,13 +95,13 @@ Direct developer email support can be purchased through a [Support Plan][4] or b
0 commit comments