Skip to content

Releases: klinecharts/KLineChart

Version 9.8.9

27 May 17:18
Compare
Choose a tag to compare
  • 🐞 Fix style configuration yAxis.type: 'percentage' error.
  • 🐞 Fix declaration issue in typescript.

Version 9.8.8

13 May 17:30
Compare
Choose a tag to compare
  • 🐞 Fixed the problem that the style configuration candle.tooltip.custom cannot be overridden when it is an array.
  • 🐞 Fixed the issue of inaccurate decimal folding.
  • 💄 Optimize the parameter precision in the overlay callback method.

Version 9.8.7

10 May 01:56
Compare
Choose a tag to compare
  • 🐞 Fix the issue of unsynchronized price and volume precision in indicator precision.

Version 9.8.6

06 May 16:48
Compare
Choose a tag to compare
  • 🐞 Fix an issue that chart API registerIndicator and registerOverlay parameters extendData cannot 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

13 Apr 16:03
Compare
Choose a tag to compare
  • 💄 Optimize the default right offset distance of the chart.
  • 🐞 Fix area chart display issue.
  • 🐞 Fix occasional blank spaces in chart.

Version 9.8.3

11 Apr 16:53
Compare
Choose a tag to compare
  • 💄 Optimize styles by adding offsetLeft, offsetTop, offsetRight and offsetBottom to candle.tooltip and indicator.tooltip.
  • 💄 Optimize figure and support array for attrs.
  • 💄 Optimize y-axis render.
  • 💄 Optimize default display, change the default candle width to 8.
  • 🐞 Fix applyMoreData add duplicate data issue. @cryptotooltop

Version 9.8.2

25 Mar 17:25
Compare
Choose a tag to compare
  • 💄 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

13 Mar 14:59
Compare
Choose a tag to compare
  • 🐞 Fix an issue where initialize only xAxis in layout caused the chart to fail to initialize.
  • 🐞 Fix an issue when modify the built-in indicator VOL to calcParams.
  • 💄 Optimize the accuracy of width calculation when display decimal fold on the y-axis.
  • 💄 Optimize wheel event trigger.

Version 9.8.0

03 Mar 16:28
Compare
Choose a tag to compare
  • 🆕 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.

Version 9.7.2

12 Jan 14:47
Compare
Choose a tag to compare
  • 🐞 Fix the issue of ineffective indicator attributes minValue and maxValue.
  • 🐞 Fix the display issue on the x-axis of the overlay.
  • 💄 Optimize the display of style candle.type: 'ohlc'.
  • 💄 Optimize drawing clarity.