Skip to content

Version 10.0.0-alpha7

Choose a tag to compare

@liihuu liihuu released this 13 Jun 17:19
· 65 commits to main since this release
  • ๐Ÿ‘‰ Chart api init(ds, options) , options.customApi changed to options.formatter , formatDate parameter changed to object.
  • ๐Ÿ‘‰ Instance api setCustomApi changed to setFormatter , getCustomApi changed to getFormatter.
  • ๐Ÿ†• Style configuration add candle.priceMark.last.extendTexts , candle.tooltip.title , candle.tooltip.legend , indicator.tooltip.title , indicator.tooltip.legend and crosshair.horizontal.features .
  • ๐Ÿ†• Instance api add setDataLoader , setSymbol , getSymbol , setPeriod , getPeriod and resetData .
  • ๐Ÿ†• Instance api subscribeAction and unsubscribeAction params add onIndicatorTooltipFeatureClick and onCrosshairFeatureClick .
  • ๐Ÿ—‘ Remove candle.tooltip.defaultValue in style configuration, replace candle.tooltip.custom with candle.tooltip.legend, remove candle.tooltip.text, remove indicator.tooltip.showName, indicator.tooltip.showParams, use indicator.tooltip.title, remove indicator.tooltip.defaultValue, replace with indicator.tooltip.legend, remove indicator.tooltip.text.
  • ๐Ÿ—‘ Remove setLoadMoreData , applyNewData , updateData in instance api, replace with setDataLoader, remove clearData, setPrecision and getPrecision .
  • ๐Ÿž Fix the confusion of overlay onSelected and onDeselected responses.
  • ๐Ÿž Fix the display problem when the style configuration candle.type is ohlc .
  • ๐Ÿ’„ Optimize the default event response of overlay events.
  • ๐Ÿ’„ Optimize the x-axis display.