Releases: klinecharts/KLineChart
Releases · klinecharts/KLineChart
Version 9.8.10
- 🐞 Fix the issue of blurry drawing of basic graphics
rect,line. - 🐞 Fix the inaccurate zooming issue of instance methods
zoomAtCoordinate,zoomAtDataIndexandzoomAtTimestamp. - 🐞 Fix the issue of possible error in x-axis zooming.
- 💄 Optimize the instance method
subscribeAction. Whentypeis 'onScroll' and 'onZoom', the callback method adds a new parameter. - 💄 Optimize the sub-item
attrsin the indicator attributefigures. Add callback parameterdata.
Version 9.8.9
- 🐞 Fix style configuration
yAxis.type: 'percentage'error. - 🐞 Fix declaration issue in typescript.
Version 9.8.8
- 🐞 Fixed the problem that the style configuration
candle.tooltip.customcannot be overridden when it is an array. - 🐞 Fixed the issue of inaccurate decimal folding.
- 💄 Optimize the parameter
precisionin the overlay callback method.
Version 9.8.7
- 🐞 Fix the issue of unsynchronized price and volume precision in indicator precision.
Version 9.8.6
- 🐞 Fix an issue that chart API
registerIndicatorandregisterOverlayparametersextendDatacannot take effect. - 🐞 Fix an issue of incorrect decimal folding when specifying
.as the thousandth character. - 🐞 Fix an issue where overlays may not be moved after being created.
Version 9.8.5
- 💄 Optimize the default right offset distance of the chart.
- 🐞 Fix area chart display issue.
- 🐞 Fix occasional blank spaces in chart.
Version 9.8.3
- 💄 Optimize styles by adding
offsetLeft,offsetTop,offsetRightandoffsetBottomtocandle.tooltipandindicator.tooltip. - 💄 Optimize figure and support array for attrs.
- 💄 Optimize y-axis render.
- 💄 Optimize default display, change the default candle width to 8.
- 🐞 Fix
applyMoreDataadd duplicate data issue. @cryptotooltop
Version 9.8.2
- 💄 Optimize the display of the area chart.
- 💄 Optimize smooth line drawing.
- 🐞 Fix the overlay and drawing it to future time may not be an issue.
Version 9.8.1
- 🐞 Fix an issue where initialize only
xAxisinlayoutcaused the chart to fail to initialize. - 🐞 Fix an issue when modify the built-in indicator
VOLtocalcParams. - 💄 Optimize the accuracy of width calculation when display decimal fold on the y-axis.
- 💄 Optimize wheel event trigger.
Version 9.8.0
- 🆕 Support custom coordinate axis.
- 🆕 Support indicator mapping to future time.
- 🆕 Support folding long decimals.
- 🆕 Support adding data forward and backward.
- 🐞 Fix formatting time issue for different browsers.