Skip to content

Commit c97181d

Browse files
author
Niilo Keinänen
committed
v5.2.0
1 parent e3a1dcc commit c97181d

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# JavaScript 3D Box Series rounded edges
2-
3-
![JavaScript 3D Box Series rounded edges](3dBoxRounded-darkGold.png)
4-
1+
# JavaScript 3D Box Series rounded edges
2+
3+
![JavaScript 3D Box Series rounded edges](3dBoxRounded-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
This example shows an animated 3D Bar Chart with bars coloured dynamically based on their height.
2323

2424
The Chart is rendered using `BoxSeries3D`, a series type capable of rendering any number of Boxes as well as allowing individual full level modification (location, size, color) at any point during runtime.
@@ -93,20 +93,20 @@ BoxSeries3D.invalidateData([{
9393
// Enable look up coloring mode
9494
BoxSeries3D.setFillStyle( new PalettedFill({ lut }) )
9595
```
96-
97-
98-
## API Links
99-
96+
97+
98+
## API Links
99+
100100
* [3D chart]
101101
* [3D box series]
102102
* [Box data centered]
103103
* [Box data bounds]
104104
* [Paletted Fill Style]
105105
* [LUT]
106-
107-
108-
## Support
109-
106+
107+
108+
## Support
109+
110110
If you notice an error in the example code, please open an issue on [GitHub][0] repository of the entire example.
111111

112112
Official [API documentation][1] can be found on [LightningChart][2] website.
@@ -122,14 +122,14 @@ Direct developer email support can be purchased through a [Support Plan][4] or b
122122
[2]: https://lightningchart.com
123123
[3]: https://stackoverflow.com/questions/tagged/lightningchart
124124
[4]: https://lightningchart.com/support-services/
125-
125+
126126
© LightningChart Ltd 2009-2022. All rights reserved.
127-
128-
129-
[3D chart]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/Chart3D.html
130-
[3D box series]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/BoxSeries3D.html
131-
[Box data centered]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/interfaces/BoxDataCentered.html
132-
[Box data bounds]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/interfaces/BoxDataBounds.html
133-
[Paletted Fill Style]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/PalettedFill.html
134-
[LUT]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/LUT.html
135-
127+
128+
129+
[3D chart]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/Chart3D.html
130+
[3D box series]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/BoxSeries3D.html
131+
[Box data centered]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/interfaces/BoxDataCentered.html
132+
[Box data bounds]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/interfaces/BoxDataBounds.html
133+
[Paletted Fill Style]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/PalettedFill.html
134+
[LUT]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/LUT.html
135+

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)