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,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 shows the creation of a simple trading dashboard with multiple individual charts on a single pane.
23
23
24
24
**Please note that using LightningChart JS for Trading use cases requires a special license agreement.**
@@ -73,10 +73,10 @@ The whole chart with contained series, the whole dashboard with contained charts
73
73
// Creates a group from a single series.
74
74
const entries = legend.add(series)
75
75
```
76
-
77
-
78
-
## API Links
79
-
76
+
77
+
78
+
## API Links
79
+
80
80
* [XY cartesian chart]
81
81
* [Axis]
82
82
* [Axis tick strategies]
@@ -86,10 +86,10 @@ The whole chart with contained series, the whole dashboard with contained charts
86
86
* [Solid FillStyle]
87
87
* [RGBA color factory]
88
88
* [Solid LineStyle]
89
-
90
-
91
-
## Support
92
-
89
+
90
+
91
+
## Support
92
+
93
93
If you notice an error in the example code, please open an issue on [GitHub][0] repository of the entire example.
94
94
95
95
Official [API documentation][1] can be found on [LightningChart][2] website.
@@ -105,17 +105,17 @@ Direct developer email support can be purchased through a [Support Plan][4] or b
0 commit comments