Skip to content

Commit ff9cced

Browse files
author
Niilo Keinänen
committed
v5.2.0
1 parent 372513f commit ff9cced

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

README.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# JavaScript Box and Whiskers Chart
2-
3-
![JavaScript Box and Whiskers Chart](boxPlot-darkGold.png)
4-
1+
# JavaScript Box and Whiskers Chart
2+
3+
![JavaScript Box and Whiskers Chart](boxPlot-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 creates a traditional _Box and Whiskers Chart_ using _ChartXY_, _BoxSeries_ and _PointSeries_ for outliers.
2323

2424
_Box and Whiskers Chart_ provides a compact way of visually displaying distribution of data through _quartiles_.
@@ -40,10 +40,10 @@ Here are the types of observations one can make from viewing a _Box And Whiskers
4040
- Is the data symmetrical.
4141
- How tightly is the data grouped.
4242
- If the data is skewed and if so, in what direction.
43-
44-
45-
## API Links
46-
43+
44+
45+
## API Links
46+
4747
* [XY cartesian chart]
4848
* [Axis tick strategies]
4949
* [AutoCursor modes]
@@ -54,10 +54,10 @@ Here are the types of observations one can make from viewing a _Box And Whiskers
5454
* [Empty Axis tick style]
5555
* [Empty Fill style]
5656
* [Empty Line style]
57-
58-
59-
## Support
60-
57+
58+
59+
## Support
60+
6161
If you notice an error in the example code, please open an issue on [GitHub][0] repository of the entire example.
6262

6363
Official [API documentation][1] can be found on [LightningChart][2] website.
@@ -73,18 +73,18 @@ Direct developer email support can be purchased through a [Support Plan][4] or b
7373
[2]: https://lightningchart.com
7474
[3]: https://stackoverflow.com/questions/tagged/lightningchart
7575
[4]: https://lightningchart.com/support-services/
76-
76+
7777
© LightningChart Ltd 2009-2022. All rights reserved.
78-
79-
80-
[XY cartesian chart]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/ChartXY.html
81-
[Axis tick strategies]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/variables/AxisTickStrategies.html
82-
[AutoCursor modes]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/enums/AutoCursorModes.html
83-
[Point shapes]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/enums/PointShape.html
84-
[HEX Color factory]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/functions/ColorHEX.html
85-
[Solid Fill style]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/SolidFill.html
86-
[Solid Line style]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/SolidLine.html
87-
[Empty Axis tick style]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/variables/emptyTick.html
88-
[Empty Fill style]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/variables/emptyFill-1.html
89-
[Empty Line style]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/variables/emptyLine.html
90-
78+
79+
80+
[XY cartesian chart]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/ChartXY.html
81+
[Axis tick strategies]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/variables/AxisTickStrategies.html
82+
[AutoCursor modes]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/enums/AutoCursorModes.html
83+
[Point shapes]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/enums/PointShape.html
84+
[HEX Color factory]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/functions/ColorHEX.html
85+
[Solid Fill style]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/SolidFill.html
86+
[Solid Line style]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/SolidLine.html
87+
[Empty Axis tick style]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/variables/emptyTick.html
88+
[Empty Fill style]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/variables/emptyFill-1.html
89+
[Empty Line style]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/variables/emptyLine.html
90+

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)