Releases: klinecharts/KLineChart
Releases · klinecharts/KLineChart
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.
Version 9.3.0
- 🆕 Add chart API
utils.calcTextWidth
. - 🆕 The instance APIs
createIndicator(value, isStack, options)
andsetPaneOptions(options)
have addedoptions. axisOptions
. - 🆕 The indicator graphic configuration supports customization.
- 💄 Optimize the bar width ratio.
- 💄 Optimize internal acquisition of screen pixel ratio.
- 💄 Optimize internal ID generation.
Version 9.2.2
- 🐞 Fix figure
line
check event error. - 💄 Optimize type check.
Version 9.2.1
- 💄 Optimize the default style by changing
#EF5350
to#F92855
and#26A69A
to#2DC08E
. - 💄 Optimize typescript declarations.
Version 9.2.0
- 🆕 Add instance API
getOffsetRightDistance
andexecuteAction
. - 🆕 Add success callback for instance API
applyNewData
,applyMoreData
andupdateData
. - 🆕 Support the display of thousands.
- 🆕 Add style configuration
candle.bar.upBorderColor
,candle.bar.downBorderColor
,candle.bar.noChangeBorderColor
,candle.bar.upWickColor
,candle.bar.downWickColor
,candle.bar.noChangeWickColor
,candle.tooltip.rect.position
andcandle.tooltip.rect.offsetBottom
. - 🆕 Add
realFrom
andrealTo
to allvisibleRange
. - 💄 Optimize API,
klinecharts.utils.isValid
andklinecharts.utils.formatBigNumber
. - 💄 Optimize the log output in the development environment.
Version 9.1.3
- 🐞 Fix the issue of not refreshing when the input parameter of the chart API
applyNewData
is an empty array. - 🐞 Fix the issue of cross cursor text not displaying on the y-axis when there is no data.
- 💄 Optimize the display of area chart.
- 💄 Optimize coverage event callback parameters and add
figureKey
andfigureIndex
. - 💄 Optimize typescript overlay style types, as well as base types
DeepPartial
andDeepRequired
.
Version 9.1.2
- 🐞 Fix the issue of inaccurate triggering events for the built-in figure
line
. - 🐞 Fix the issue of triggering events for the first time after the
simpleAnnotation
andsimpleTag
built-in overlays are drawn. - 💄 Optimize overlay figure to ignore events and support event selection.
Version 9.1.1
- 🐞 Fix the invalidity of the built-in figure
arc
. - 💄 Optimize rendering updates.
Version 9.1.0
- 🆕 The chart instance method
subscribeAction
andunsubscribeAction
types addonCandleBarClick
. - 🆕 The overlay supports double-clicking to force the end of drawing.
- 💄 Optimize event handling.