Version 5.10.1
- DarkLight
Version 5.10.1
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Check our website to find more information about DXcharts library.
Release date: Apr 25, 2024
Bug fixes and improvements
- Fixed an issue where navigation arrows were not displayed for expand/collapse sidebar.
- Fixed an issue where chart sometimes had incorrect initial viewport.
- Added the ability for the data provider to update the full history using a callback, similar to the existing one. Example:
requestHistoryData(symbol, ...etc, callback: (data: CandleData[]) => void): void
Note: Host-application code will be able to call this callback to provide brand new data to the chart at any time it is needed