Skip to content

Releases: klinecharts/KLineChart

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.

Version 8.2.0

10 Jan 13:52
Compare
Choose a tag to compare
  • 🆕 Add instance methods createHtml and removeHtml.
  • 🆕 Instance methods subscribeAction and unsubscribeAction add type tooltip.
  • 🆕 Technical indicator template add attribute shortName.
  • 🆕 Technical indicator template attribute plot.color supports line.
  • 🆕 Technical indicator template attribute styles supports margin.
  • 💄 Optimize mobile scroll event response.

Version 8.1.1

19 Dec 12:59
Compare
Choose a tag to compare
  • 🐞 Fix the problem that the style technicalIndicator.tooltip.defaultValue does not take effect.
  • 🐞 Fix the problem that dragging on the axis may cause the chart to display abnormally.
  • 💄 Optimize shape, onPressedMove event.