You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# JavaScript OHLC Chart with Automatic Packing Resolution
2
-
3
-

4
-
1
+
# JavaScript OHLC Chart with Automatic Packing Resolution
2
+
3
+

4
+
5
5
This demo application belongs to the set of examples for LightningChart JS, data visualization library for JavaScript.
6
6
7
7
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
15
15
npm start # builds an application and starts the development server
16
16
17
17
- 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
+
22
22
The examples purpose is to shed some light on the packing logic of OHLCSeriesWithAutomaticPacking and how it can be fit to users needs by usage of method: `setPackingResolution`.
23
23
24
24
This class is a variant of OHLCSeries, which adds the automatic packing of XY-points to XOHLC-points. In a nutshell, when pushing points, it simply packages these points into 'XOHLC'-objects at certain intervals (which is controlled by the packing resolution property).
@@ -30,19 +30,19 @@ To ensure that the figures can be zoomed up to desired details, users can set an
30
30
[//]: #'IMPORTANT: The assets will not show before README.md is built - relative path is different!'
31
31
32
32

33
-
34
-
35
-
## API Links
36
-
33
+
34
+
35
+
## API Links
36
+
37
37
*[Axis tick strategies]
38
38
*[XY cartesian chart]
39
39
*[OHLC series types]
40
40
*[Series with automatic packing]
41
41
*[Progressive trace generator]
42
-
43
-
44
-
## Support
45
-
42
+
43
+
44
+
## Support
45
+
46
46
If you notice an error in the example code, please open an issue on [GitHub][0] repository of the entire example.
47
47
48
48
Official [API documentation][1] can be found on [LightningChart][2] website.
@@ -58,13 +58,13 @@ Direct developer email support can be purchased through a [Support Plan][4] or b
0 commit comments