Skip to content

Commit 06dc802

Browse files
author
Niilo Keinänen
committed
v5.2.0
1 parent 1fbd55a commit 06dc802

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# JavaScript Dashboard With Pie, XY, Spider and Donut Charts
2-
3-
![JavaScript Dashboard With Pie, XY, Spider and Donut Charts](dashboardPie-darkGold.png)
4-
1+
# JavaScript Dashboard With Pie, XY, Spider and Donut Charts
2+
3+
![JavaScript Dashboard With Pie, XY, Spider and Donut Charts](dashboardPie-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,26 +15,26 @@ 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-
22-
This example shows different kinds of charts inside a dashboard.
23-
24-
25-
## API Links
26-
18+
19+
20+
## Description
21+
22+
This example shows different kinds of charts inside a dashboard.
23+
24+
25+
## API Links
26+
2727
* [Dashboard]
2828
* [Solid FillStyle]
2929
* [RGBA color factory]
3030
* [XY cartesian chart]
3131
* [Axis]
3232
* [Pie chart]
3333
* [Spider chart]
34-
35-
36-
## Support
37-
34+
35+
36+
## Support
37+
3838
If you notice an error in the example code, please open an issue on [GitHub][0] repository of the entire example.
3939

4040
Official [API documentation][1] can be found on [LightningChart][2] website.
@@ -50,15 +50,15 @@ Direct developer email support can be purchased through a [Support Plan][4] or b
5050
[2]: https://lightningchart.com
5151
[3]: https://stackoverflow.com/questions/tagged/lightningchart
5252
[4]: https://lightningchart.com/support-services/
53-
53+
5454
© LightningChart Ltd 2009-2022. All rights reserved.
55-
56-
57-
[Dashboard]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/Dashboard.html
58-
[Solid FillStyle]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/SolidFill.html
59-
[RGBA color factory]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/functions/ColorRGBA.html
60-
[XY cartesian chart]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/ChartXY.html
61-
[Axis]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/Axis.html
62-
[Pie chart]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/PieChart.html
63-
[Spider chart]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/SpiderChart.html
64-
55+
56+
57+
[Dashboard]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/Dashboard.html
58+
[Solid FillStyle]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/SolidFill.html
59+
[RGBA color factory]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/functions/ColorRGBA.html
60+
[XY cartesian chart]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/ChartXY.html
61+
[Axis]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/Axis.html
62+
[Pie chart]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/PieChart.html
63+
[Spider chart]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/SpiderChart.html
64+

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)