All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.17.0 (2024-03-25)
1.16.2 (2024-03-06)
- add missing 8H interval to getSubMinutes (e2f8884)
1.16.1 (2024-03-05)
1.16.0 (2024-03-05)
1.15.0 (2023-11-23)
- add option to format y-axis tick in line-chart (22f9f2c)
1.14.1 (2023-11-08)
1.14.0 (2023-10-24)
1.13.4 (2023-10-12)
- 4826 throttle redraw request in plot container (c0c8f93)
1.13.3 (2023-10-11)
1.13.2 (2023-10-03)
1.13.1 (2023-10-03)
- hard coded en gb formatting (b73f417)
1.13.0 (2023-10-03)
- change depth chart default size to 0 to avoid resize on load (25f79d5)
1.12.0 (2023-09-07)
- add paneSizes option and use it for pane size if provided (f3d1d72)
- pane configuration (#910) (438e74f)
- candle width configuration (#909) (4b5ee12)
1.11.1 (2023-08-04)
- handle negative position decimals in formatter (7b65a0d)
1.11.0 (2023-07-17)
1.10.0 (2023-07-13)
1.9.0 (2023-07-03)
1.8.1 (2023-04-06)
- do not treat React as global in Tooltip component (10fd404)
1.8.0 (2023-04-06)
- add line and area charts (#726) (6793579)
- add option to set default study height (#733) (46f7ad8)
- customize color of volume bar depending on price increase/decrease (#734) (0c6bbbb)
- handle candles with zero volume (#791) (da3dc35)
- sort candlestick chart data (#809) (6ec770a)
- support continuous numerical values for horizontal axis of area and line charts (#790) (171d1a7)
- candlestick-chart: improve alignment of canvas elements (#768) (b47d305)
- accept hex, rgb and named css colors (#731) (94f8f40)
- prevent invalid zoom values (#770) (ec75f51)
1.7.0 (2023-02-03)
1.6.0 (2023-01-31)
1.5.0 (2023-01-10)
1.4.0 (2023-01-06)
1.3.0 (2022-12-21)
- restrict pan and zoom (#676) (91a8510)
- support disabling pan and zoom for price chart (#673) (3f2d697)
1.2.0 (2022-12-20)
- override default text when there is no data for depth chart (a28cdf9)
1.1.0 (2022-12-20)
- add custom tooltip prop to price chart (#663) (6a81f45)
- allow customising price format for price chart (#665) (55c509a)
1.0.0 (2022-12-16)
0.4.18 (2022-09-29)
0.4.17 (2022-09-28)
- improve fill colors for depth chart (18c28dd)
0.4.16 (2022-09-20)
0.4.15 (2022-09-14)
0.4.14 (2022-08-10)
0.4.13 (2022-08-08)
0.4.12 (2022-07-01)
0.4.11 (2022-06-15)
0.4.10 (2022-05-16)
- remove overlays from chart (#471) (bd318c1)
- use more appropriate colours for light theme (#467) (e578367)
0.4.9 (2022-05-09)
- enable resizing depth chart in browsers which don't support device-pixel-content-box (#461) (49494da)
- remove log messages when attempting to register custom elements (#460) (36a966f)
0.4.8 (2022-05-04)
0.4.7 (2022-04-22)
0.4.6 (2022-04-20)
0.4.5 (2022-04-01)
- depth chart non ideal state should be theme aware (d21c9a4)
0.4.4 (2022-04-01)
- depth chart should not error outside browser (c52f957)
0.4.3 (2022-04-01)
0.4.2 (2022-03-30)
0.4.1 (2022-03-30)
0.4.0 (2022-03-30)
- support server-side rendering (51bf554)
0.3.8 (2022-03-29)
0.3.7 (2022-03-29)
0.3.6 (2022-03-29)
0.3.5 (2022-03-28)
0.3.4 (2022-03-28)
0.3.3 (2022-03-28)
0.3.2 (2021-10-27)
0.3.1 (2021-08-26)
0.3.0 (2021-08-25)
- keep maximally zoomed out range fixed (4509101)
0.3.0-alpha.8 (2021-08-16)
- extend depth-chart data to create symmetric chart (cd986aa)
0.3.0-alpha.7 (2021-08-15)
0.3.0-alpha.6 (2021-08-15)
0.3.0-alpha.5 (2021-08-15)
- use physical pixels where possible when rednering depth chart (cd374b5)
0.3.0-alpha.4 (2021-08-11)
0.3.0-alpha.3 (2021-08-11)
0.3.0-alpha.2 (2021-08-11)
0.3.0-alpha.1 (2021-08-11)
0.3.0-alpha.0 (2021-08-11)
0.2.43 (2021-07-07)
- saving chart to image now includes panes (bc5b7d6)
0.2.42 (2021-07-07)
0.2.41 (2021-07-07)
- handle mouse position not corresponding to valid date (2ced394)
- handle zero reported width (e5b1ae6)
0.2.40 (2021-06-28)
0.2.39 (2021-06-23)
0.2.38 (2021-06-21)
- movingAverage and envelope indicators now work (bbbc6f7)
0.2.37 (2021-06-21)
- expose ChartType as a value (19dec55)
- add key to indicator info component list (4e8287f)
0.2.36 (2021-06-16)
- initial number of candles to fetch can be configured (20135ff)
- label annotation colors can now change over the lifetime of an annotation (72d30c3)
0.2.35 (2021-06-16)
- draw latest price line for non simple charts (ffe06d3)
- ensure onReady call resolves before querying or subscribing api (5c44d6d)
0.2.34 (2021-06-10)
- export Intent as a value (0e4f479)
0.2.33 (2021-06-09)
- support setting intent on individual lable annotation cells (745c263)
0.2.32 (2021-06-09)
0.2.31 (2021-05-25)
- allow font-size to be overriden (6d72a17)
0.2.30 (2021-05-25)
0.2.29 (2021-05-25)
- overlay details should appear on main chart (6b3bcfe)
0.2.28 (2021-05-24)
- now able to exit pinned mode by panning (129d75e)
0.2.27 (2021-05-23)
- flex issues (23905db)
0.2.26 (2021-05-23)
0.2.25 (2021-05-20)
- export types associated with annotations (845d9cf)
0.2.24 (2021-05-20)
- place label annotations in correct place on first render (5aa775b)
0.2.23 (2021-05-19)
- label annotation spinner now has transparency (be02c2c)
0.2.22 (2021-05-19)
- remove console.log statement (f38d3bd)
0.2.21 (2021-05-19)
0.2.20 (2021-05-17)
0.2.19 (2021-05-16)
- label annotations no longer get stuck at top of chart (f668392)
- return null if unable to take snapshot (dd74cb8)
0.2.18 (2021-05-14)
- remove erroneous vertical gap between label annotations (0d0eef8)
0.2.17 (2021-05-14)
- reset data and annotations when dataSource changes (f1b8613)
0.2.16 (2021-05-13)
0.2.15 (2021-05-12)
0.2.14 (2021-05-11)
- format x-axis tick labels and tooltips correctly (eb0b79d)
- provide fallback if OffscreenCanvas is unavailable (#175) (469ac41)
0.2.13 (2021-05-10)
- fetch more candles on load (a9d7bc7)
0.2.12 (2021-05-10)
0.2.11 (2021-05-09)
- fetch historical data with correct interval (e834c52)