Skip to content

Releases: klinecharts/KLineChart

Version 5.2.1

09 May 14:44
Compare
Choose a tag to compare

About

Fix bugs, improve stability, upgrade build dependencies.

Fixed

  • Fixed y-axis number is small, accuracy problem.
  • The repair prompt is a box, and the time-sharing diagram display problem.
  • Fixed the problem that the x-axis is not displayed when there is only one data.

Optimization

  • Optimized calculation and rendering of technical indicators.
  • Optimized large volume display of trading volume.
  • Optimized axis division calculation.
  • Optimized x-axis text display.

Version 5.2.0

25 Apr 13:16
Compare
Choose a tag to compare

About

Added functions, fixed bugs, optimized rendering. License changed from MIT to Apache V2.

Additions

  • Added technical indicator EMA.
  • Added the last value of the marker technical indicator.
  • Added font family configuration.
  • Added export image background color setting.

Fixed

  • Fixed timezone setting can not take effect in real time.
  • Fixed the size of each chart beyond the container.
  • Fixed marker graphics cannot change with data changes.

Optimization

  • Chart scrolling is smoother.
  • Reduce useless rendering.

Version 5.1.1

10 Apr 06:21
Compare
Choose a tag to compare

About

This version fixes some urgent bugs.

Fixed

  • Fixed the problem that the chart does not display when the data values are the same
  • Fixed error when removing technical indicator.

Version 5.1.0

27 Mar 13:28
Compare
Choose a tag to compare

About

This version fixes some urgent bugs and adds some style configurations.

Additions

  • New percentage type on y-axis.
  • Added floating layer technical indicator value indicating point style configuration.

Fixed

  • Fixed the problem that the cross cursor display position is incorrect when the y-axis is set to the left.
  • Fixed style settings not taking effect in real time.

Version 5.0.0

25 Mar 13:45
Compare
Choose a tag to compare

About

This version refactors the entire chart, changes the api and style configuration, adds some features, and fixes known bugs.

Changes

  • Style configuration becomes more reasonable.
  • Api changed.

Additions

  • The number of technical indicator graphs is not fixed, and can be added and removed through the api.
  • You can drag to adjust the height of the technical indicator chart.
  • Able to leave some space on the right side of the chart.
  • In the style configuration, added the color when there is no change.
  • Added API for setting precision.

Fixed

  • Fixed mobile zoom issue.
  • Fixed y-axis text accuracy display error.
  • Fixed the problem that the indicator data is incorrect.
  • Fixed when there is no gap at the bottom when the technical indicator is VOL.
  • Fixed the problem that the candle chart does not refresh when the indicator is not set.

Version 4.1.0

19 Jan 07:19
Compare
Choose a tag to compare
  • [Fix] Fix event trigger error
  • [Fix] Fix typescript references
  • [Change] Change the default style

Version 4.0.0

30 Dec 11:32
Compare
Choose a tag to compare
  • [Feature] Technical indicator parameter customization
  • [Feature] Load data in sections
  • [Feature] Add keyboard events, zoom in, zoom out, move left, move right
  • [Fix] Fix valueFormatter does not take effect