Releases: klinecharts/KLineChart
Releases · klinecharts/KLineChart
Version 8.6.2
- 🐞 Fix
scrollToXxx
related bugs. - 💄 Optimize id generation rules.
- 💄 Optimize logarithmic coordinate display.
Version 8.6.1
- 🐞 Fix
overrideTechnicalIndicator
bug. - 🐞 Fix
unsubscribeAction
bug. - 🐞 Fix the problem that the chart style may be wrong.
- 💄 Optimize typescript declarations.
- 🔧 Rewrite packaging script.
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.