Skip to content

Commit 5c72ba8

Browse files
author
Niilo Keinänen
committed
v5.2.0
1 parent bb5ba85 commit 5c72ba8

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

README.md

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# JavaScript High Precision Axis Chart
2-
3-
![JavaScript High Precision Axis Chart](highPrecisionAxis-darkGold.png)
4-
1+
# JavaScript High Precision Axis Chart
2+
3+
![JavaScript High Precision Axis Chart](highPrecisionAxis-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 showcases the `High Precision Axis XY` feature.
2323

2424
An XY Axis can be marked with _high precision mode_ when it is created, similarly how _logarithmic axes_ are created.
@@ -73,10 +73,10 @@ Here are reference tables to the achievable zoom range with normal Axis vs `High
7373
| `10 000` | `1e-8` | `1e+30` |
7474
| `1 000 000` | `1e-6` | `1e+30` |
7575
| `Date.now()` (UNIX) | `1.00` | `1e+30` |
76-
77-
78-
## API Links
79-
76+
77+
78+
## API Links
79+
8080
* [Lightning Chart]
8181
* [Automatic axis ticks options]
8282
* [Solid fill style]
@@ -85,10 +85,10 @@ Here are reference tables to the achievable zoom range with normal Axis vs `High
8585
* [Axis XY]
8686
* [Line Series XY]
8787
* [Legend Box]
88-
89-
90-
## Support
91-
88+
89+
90+
## Support
91+
9292
If you notice an error in the example code, please open an issue on [GitHub][0] repository of the entire example.
9393

9494
Official [API documentation][1] can be found on [LightningChart][2] website.
@@ -104,16 +104,16 @@ Direct developer email support can be purchased through a [Support Plan][4] or b
104104
[2]: https://lightningchart.com
105105
[3]: https://stackoverflow.com/questions/tagged/lightningchart
106106
[4]: https://lightningchart.com/support-services/
107-
107+
108108
© LightningChart Ltd 2009-2022. All rights reserved.
109-
110-
111-
[Lightning Chart]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/functions/lightningChart-1.html
112-
[Automatic axis ticks options]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/variables/AxisTickStrategies.html
113-
[Solid fill style]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/SolidFill.html
114-
[Color factory RGBA]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/functions/ColorRGBA.html
115-
[Chart XY]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/ChartXY.html
116-
[Axis XY]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/Axis.html
117-
[Line Series XY]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/LineSeries.html
118-
[Legend Box]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/Chart.html#addLegendBox
119-
109+
110+
111+
[Lightning Chart]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/functions/lightningChart-1.html
112+
[Automatic axis ticks options]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/variables/AxisTickStrategies.html
113+
[Solid fill style]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/SolidFill.html
114+
[Color factory RGBA]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/functions/ColorRGBA.html
115+
[Chart XY]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/ChartXY.html
116+
[Axis XY]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/Axis.html
117+
[Line Series XY]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/LineSeries.html
118+
[Legend Box]: https://lightningchart.com/js-charts/api-documentation/v5.2.0/classes/Chart.html#addLegendBox
119+

package.json

+1-1
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)