Releases: klinecharts/KLineChart
Releases · klinecharts/KLineChart
Version 9.8.1
- 🐞 Fix an issue where initialize only
xAxis
inlayout
caused the chart to fail to initialize. - 🐞 Fix an issue when modify the built-in indicator
VOL
tocalcParams
. - 💄 Optimize the accuracy of width calculation when display decimal fold on the y-axis.
- 💄 Optimize wheel event trigger.
Version 9.8.0
- 🆕 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
- 🐞 Fix the issue of ineffective indicator attributes
minValue
andmaxValue
. - 🐞 Fix the display issue on the x-axis of the overlay.
- 💄 Optimize the display of style
candle.type: 'ohlc'
. - 💄 Optimize drawing clarity.
Version 9.7.1
- 🐞 Fix indicators and overlays methods not effect error.
- 🐞 Fix package manager download node version dependency error.
Version 9.7.0
- 🆕 Add instance apis
setMaxOffsetLeftDistance
andsetMaxOffsetRightDistance
. - 🆕 Add indicator attribute
zLevel
. - 💄 Optimize the rendering of the ohlc candle bar.
- 🐞 Fix the blurry issue with the candle bar.
- 🐞 Fix the rendering rules for the
zLevel
overlay.
Version 9.6.0
- 🖋️ Refactor the separator module.
- 🆕 Chart api
init(ds, options)
, parameteroptions
addlayout
. - 🆕 Instance api
createIndicator(value, isStack, paneOptions, callback)
, parameterPaneOptions
addposition
. - 🆕 Style
candle.tooltip.custom
addsturnover
string template. - 💄 Optimize the style
overlay.text
configuration. - 💄 Optimize the implementation of
utils.clone
andutils.merge
. - 🐞 Fix the issue of multiple overlay styles display error.
- 🐞 Fix the issue of multiple indicator styles display error.
Version 9.5.4
- 🐞 Fix the issue of not display the latest price line when the style
candle.type
isarea
. - 🐞 Fix the issue of incorrect display of the style
crosshair.vertical.text.paddingLeft
.
Version 9.5.3
- 🐞 Fix typescript import error.
Version 9.5.2
- 💄 Optimize the figure
text
. - 💄 Optimize built-in overlays
simpleAnnotation
andsimpleTag
. - 💄 Optimize the free style of technical indicators and support increment.
- 🐞 Fix typescript declaration issue.
Version 9.5.1
- 🆕 Add chart api
getOverlayClass
. - 🆕 Style configuration
candle.tooltip.custom
add built-in supportchange
. - 💄 Optimize figure
rect
event trigger. - ↩️ Separator event trigger optimization rollback.