Releases: klinecharts/KLineChart
Releases · klinecharts/KLineChart
Version 8.6.0
- 🆕 Api
setShapeOptions
addpoints
parameter. - 🆕 Add
minHeight
for pane. - 🆕 When the technical indicator template
plot.type
isline
, add the propertyisDashed
and segment. - 🆕 Add inertial scrolling on mobile.
- 🆕 Add new attribute
extendData
for technical indicators. - 🐞 Fix shape text style not working.
- 🐞 Fix built-in line drawing model
priceLine
display problem. - 💄 Optimize tooltip to display automatic line wrapping.
Version 8.5.0
- 🆕 Instance api add
getDom
,scrollToTimestamp
andzoomAtTimestamp
. - 🆕 Style configuration add
yAxis.reverse
. - 🐞 Fix typescript reference issue.
Version 8.3.6
- 🐞 Fix shape issues on the mobile.
Version 8.3.5
- 🐞 Fix the issue that indicator stacking may not refresh in real time.
- 💄 Indicator parameters can be set to negative values.
Version 8.3.3
- 🐞 Fix the problem that the shape attribute lock does not take effect.
- 💄 Optimize the display of technical indicator names.
Version 8.3.2
- 🐞 Fix the problem that the technical indicator prompts are displayed incorrectly.
Version 8.3.1
- 🐞 Fix
createShape
attributemode
does not take effect.
Version 8.3.0
- 🆕 Export some basic chart methods.
- 🆕 Technical indicator template calculation supports asynchronous.
- 🆕 Add method
createTooltipDataSource
for technical template. - 🆕 Add callback parameter
paneId
for chart action typecrosshair
. - 🐞 Fix the problem that the independent style
line.colors
of technical indicators does not take effect. - 🐞 Fix the problem of drawing error when the shape type is
polygon
. - 🐞 Fix shape
mode
setting not taking effect. - 🐞 Fix style configuration
candle.tooltip.showType
andtechnicalIndicator.tooltip.showType
for 'rect' chart error. - 🐞 Fix wrong typescript declaration.
Version 8.2.0
- 🆕 Add instance methods
createHtml
andremoveHtml
. - 🆕 Instance methods
subscribeAction
andunsubscribeAction
add typetooltip
. - 🆕 Technical indicator template add attribute
shortName
. - 🆕 Technical indicator template attribute
plot.color
supportsline
. - 🆕 Technical indicator template attribute
styles
supportsmargin
. - 💄 Optimize mobile scroll event response.
Version 8.1.1
- 🐞 Fix the problem that the style technicalIndicator.tooltip.defaultValue does not take effect.
- 🐞 Fix the problem that dragging on the axis may cause the chart to display abnormally.
- 💄 Optimize shape,
onPressedMove
event.