Releases: klinecharts/KLineChart
Releases · klinecharts/KLineChart
Version 5.2.1
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
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
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
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
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
- [Fix] Fix event trigger error
- [Fix] Fix typescript references
- [Change] Change the default style
Version 4.0.0
- [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