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

3
+

4
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.
8
8
9
9
The demo can be used as an example or a seed project. Local execution requires the following steps:
10
10
11
-
- Make sure that relevant version of [Node.js](https://nodejs.org/en/download/) is installed
12
-
- Open the project folder in a terminal:
11
+
-Make sure that relevant version of [Node.js](https://nodejs.org/en/download/) is installed
12
+
-Open the project folder in a terminal:
13
13
14
-
npm install # fetches dependencies
15
-
npm start # builds an application and starts the development server
14
+
npm install # fetches dependencies
15
+
npm start # builds an application and starts the development server
16
16
17
-
- The application is available at *http://localhost:8080* in your browser, webpack-dev-server provides hot reload functionality.
17
+
-The application is available at _http://localhost:8080_ in your browser, webpack-dev-server provides hot reload functionality.
18
18
19
19
20
20
## Description
@@ -23,22 +23,22 @@ Example that showcases `LineSeries` feature for coloring line dynamically based
23
23
24
24
This example takes place in the field of motor-sports, more specifically the analysis of data gathered from a remote controlled racecar while driving on a race track.
25
25
26
-
**Both the data as well as use case in this example originates from a real user of LightningChart JS** - TestLogger produces a complete data management and analytics system for RC cars and is one of our satisfied long-time partners. You can read more how they are able to take advantage of LightningChart JS in their craft at our [case study](https://www.arction.com/news/data-analytics-for-racing-testlogger-case-study-lightningchart/).
26
+
**Both the data as well as use case in this example originates from a real user of LightningChart JS** - TestLogger produces a complete data management and analytics system for RC cars and is one of our satisfied long-time partners. You can read more how they are able to take advantage of LightningChart JS in their craft at our [case study](https://lightningchart.com/news/data-analytics-for-racing-testlogger-case-study-lightningchart/).
27
27
28
28
The TestLogger software gathers an immense amount of high precision data from the RC car in real-time - for example in this application, speed, steering and throttle information are visualized. Each measurement is paired with a location information, which tells where the RC car was located at the time of measurement.
29
29
30
30
Something that we found amazing was that the RC car location information is actually calculated in real-time by tracking the orientation and speed of the RC car itself - it is not relying on GPS or any other positioning system!
31
31
32
32
In this example, the RC car data is used to dynamically color the path of the RC car based on the selected data set. For example, when "Speed" is analyzed, low speeds are colored as white and high speeds are colored as red.
33
33
34
-
By looking at the produced visualization, bottlenecks in the race can be spotted easily even with the naked eye.
34
+
By looking at the produced visualization, bottlenecks in the race can be spotted easily even with the naked eye.
35
35
36
36
Dynamic line coloring is a powerful feature which can serve many different needs. The best thing about it is that it doesn't compromise performance, meaning that you can use it just as well with 100 data points or 100 million data points.
37
37
38
38
In addition to dynamic coloring by separate Value data set there are also more dynamic coloring modes available:
39
39
40
-
-[Line dynamic coloring by X coordinates](https://www.arction.com/lightningchart-js-interactive-examples/examples/lcjs-example-0050-linePaletteX.html)
41
-
-[Line dynamic coloring by Y coordinates](https://www.arction.com/lightningchart-js-interactive-examples/examples/lcjs-example-0051-linePaletteY.html)
40
+
-[Line dynamic coloring by X coordinates](https://lightningchart.com/lightningchart-js-interactive-examples/examples/lcjs-example-0050-linePaletteX.html)
41
+
-[Line dynamic coloring by Y coordinates](https://lightningchart.com/lightningchart-js-interactive-examples/examples/lcjs-example-0051-linePaletteY.html)
42
42
43
43
44
44
## API Links
@@ -60,32 +60,32 @@ In addition to dynamic coloring by separate Value data set there are also more d
60
60
61
61
If you notice an error in the example code, please open an issue on [GitHub][0] repository of the entire example.
62
62
63
-
Official [API documentation][1] can be found on [Arction][2] website.
63
+
Official [API documentation][1] can be found on [LightningChart][2] website.
64
64
65
65
If the docs and other materials do not solve your problem as well as implementation help is needed, ask on [StackOverflow][3] (tagged lightningchart).
66
66
67
-
If you think you found a bug in the LightningChart JavaScript library, please contact support@arction.com.
67
+
If you think you found a bug in the LightningChart JavaScript library, please contact support@lightningchart.com.
68
68
69
-
Direct developer email support can be purchased through a [Support Plan][4] or by contacting sales@arction.com.
69
+
Direct developer email support can be purchased through a [Support Plan][4] or by contacting sales@lightningchart.com.
0 commit comments