Releases: klinecharts/KLineChart
Releases · klinecharts/KLineChart
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.
Version 9.5.0
- 🆕
Overlay
add eventonDoubleClick
, add propertymodeSensitivity
. - 🆕 Style configuration
candle.tooltip.custom
supports string templates. - 🐞 Optimize the scrolling frame drop issue on the mobile side.
- 🐞 Fix pane id naming typo.
- 💄 Optimize the response sensitivity of dividing line events.
- 💄 Optimize the attrs type declaration in OverlayFigure under typescript.
Version 9.4.0
- 🆕 Instance API 'createOverlay' supports arrays.
- 🆕
overlay
add attributespaneId
,defaultZLevel
andzLevel
. - 🆕
xAxis
add methodsconvertTimestampFromPixel
andconvertTimestampToPixel
. - 💄 Optimize the display of candle.