Skip to content

Commit 194dea1

Browse files
author
Niilo Keinänen
committed
v5.2.0
1 parent e568dc4 commit 194dea1

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

README.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# JavaScript Real-time Map Dashboard
2-
3-
![JavaScript Real-time Map Dashboard](mapChartTimeline-darkGold.png)
4-
1+
# JavaScript Real-time Map Dashboard
2+
3+
![JavaScript Real-time Map Dashboard](mapChartTimeline-darkGold.png)
4+
55
This demo application belongs to the set of examples for LightningChart JS, data visualization library for JavaScript.
66

77
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
1515
npm start # builds an application and starts the development server
1616

1717
- 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+
2222
Example on using `MapChart` with real-time animated data set and dynamic region coloring.
2323

2424
The data set is downloaded with `fetch` when the application is started.
@@ -51,10 +51,10 @@ chartNA.invalidateRegionValues(regionValuesData)
5151
- [Data visualization over static map picture](https://lightningchart.com/lightningchart-js-interactive-examples/examples/lcjs-example-1110-geoChartUsaTemperature.html)
5252

5353
**(!) Using `Dashboard` is no longer recommended for new applications. Find latest recommendations here: https://lightningchart.com/js-charts/docs/basic-topics/grouping-charts/**
54-
55-
56-
## API Links
57-
54+
55+
56+
## API Links
57+
5858
* [Dashboard]
5959
* [Map chart]
6060
* [Map types]
@@ -64,10 +64,10 @@ chartNA.invalidateRegionValues(regionValuesData)
6464
* [UI element builders]
6565
* [UI layout builders]
6666
* [Legend box builders]
67-
68-
69-
## Support
70-
67+
68+
69+
## Support
70+
7171
If you notice an error in the example code, please open an issue on [GitHub][0] repository of the entire example.
7272

7373
Official [API documentation][1] can be found on [LightningChart][2] website.
@@ -83,17 +83,17 @@ Direct developer email support can be purchased through a [Support Plan][4] or b
8383
[2]: https://lightningchart.com
8484
[3]: https://stackoverflow.com/questions/tagged/lightningchart
8585
[4]: https://lightningchart.com/support-services/
86-
86+
8787
© LightningChart Ltd 2009-2022. All rights reserved.
88-
89-
90-
[Dashboard]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/Dashboard.html
91-
[Map chart]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/MapChart.html
92-
[Map types]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/variables/MapTypes.html
93-
[Color look up table]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/LUT.html
94-
[Paletted fill style]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/PalettedFill.html
95-
[Color factory RGBA]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/functions/ColorRGBA.html
96-
[UI element builders]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/variables/UIElementBuilders.html
97-
[UI layout builders]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/variables/UILayoutBuilders.html
98-
[Legend box builders]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/variables/LegendBoxBuilders.html
99-
88+
89+
90+
[Dashboard]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/Dashboard.html
91+
[Map chart]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/MapChart.html
92+
[Map types]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/variables/MapTypes.html
93+
[Color look up table]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/LUT.html
94+
[Paletted fill style]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/PalettedFill.html
95+
[Color factory RGBA]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/functions/ColorRGBA.html
96+
[UI element builders]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/variables/UIElementBuilders.html
97+
[UI layout builders]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/variables/UILayoutBuilders.html
98+
[Legend box builders]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/variables/LegendBoxBuilders.html
99+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"webpack-stream": "^7.0.0"
1818
},
1919
"dependencies": {
20-
"@arction/lcjs": "^5.1.1",
20+
"@arction/lcjs": "^5.2.0",
2121
"@arction/xydata": "^1.4.0"
2222
},
2323
"lightningChart": {

0 commit comments

Comments
 (0)