Skip to content

Releases: klinecharts/KLineChart

Version 8.6.2

18 Sep 15:33
Compare
Choose a tag to compare
  • 🐞 Fix scrollToXxx related bugs.
  • 💄 Optimize id generation rules.
  • 💄 Optimize logarithmic coordinate display.

Version 8.6.1

18 Jul 17:37
Compare
Choose a tag to compare
  • 🐞 Fix overrideTechnicalIndicator bug.
  • 🐞 Fix unsubscribeAction bug.
  • 🐞 Fix the problem that the chart style may be wrong.
  • 💄 Optimize typescript declarations.
  • 🔧 Rewrite packaging script.

Version 8.6.0

27 Jun 17:18
Compare
Choose a tag to compare
  • 🆕 Api setShapeOptions add points parameter.
  • 🆕 Add minHeight for pane.
  • 🆕 When the technical indicator template plot.type is line, add the property isDashed and segment.
  • 🆕 Add inertial scrolling on mobile.
  • 🆕 Add new attribute extendData for technical indicators.
  • 🐞 Fix shape text style not working.
  • 🐞 Fix built-in line drawing model priceLine display problem.
  • 💄 Optimize tooltip to display automatic line wrapping.

Version 8.5.0

28 May 16:39
Compare
Choose a tag to compare
  • 🆕 Instance api add getDom, scrollToTimestamp and zoomAtTimestamp.
  • 🆕 Style configuration add yAxis.reverse.
  • 🐞 Fix typescript reference issue.

Version 8.3.6

23 Mar 14:23
Compare
Choose a tag to compare
  • 🐞 Fix shape issues on the mobile.

Version 8.3.5

17 Mar 13:35
Compare
Choose a tag to compare
  • 🐞 Fix the issue that indicator stacking may not refresh in real time.
  • 💄 Indicator parameters can be set to negative values.

Version 8.3.3

21 Feb 12:42
Compare
Choose a tag to compare
  • 🐞 Fix the problem that the shape attribute lock does not take effect.
  • 💄 Optimize the display of technical indicator names.

Version 8.3.2

31 Jan 06:18
Compare
Choose a tag to compare
  • 🐞 Fix the problem that the technical indicator prompts are displayed incorrectly.

Version 8.3.1

18 Jan 13:03
Compare
Choose a tag to compare
  • 🐞 Fix createShape attribute mode does not take effect.

Version 8.3.0

16 Jan 13:20
Compare
Choose a tag to compare
  • 🆕 Export some basic chart methods.
  • 🆕 Technical indicator template calculation supports asynchronous.
  • 🆕 Add method createTooltipDataSource for technical template.
  • 🆕 Add callback parameter paneId for chart action type crosshair.
  • 🐞 Fix the problem that the independent style line.colors of technical indicators does not take effect.
  • 🐞 Fix the problem of drawing error when the shape type is polygon.
  • 🐞 Fix shape mode setting not taking effect.
  • 🐞 Fix style configuration candle.tooltip.showType and technicalIndicator.tooltip.showType for 'rect' chart error.
  • 🐞 Fix wrong typescript declaration.