Skip to content

Version 10.0.0-alpha3

Compare
Choose a tag to compare
@liihuu liihuu released this 18 Feb 18:19
· 5 commits to main since this release
  • ๐Ÿ‘‰ The return value of the instance api createIndicator is changed to return the indicator id.
  • ๐Ÿ‘‰ The input parameter paneId of the instance api overlayIndicator is merged into the input parameter indicator.
  • ๐Ÿ‘‰ The return value of the instance api getIndicators is changed to return an array.
  • ๐Ÿ‘‰ The return value of the instance api getOverlays is changed to return an array.
  • ๐Ÿ†• The style configuration adds candle.bar.compareRule, indicator.ohlc.compareRule and candle.priceMark.last.compareRule.
  • ๐Ÿ†• Supports dragging the y-axis on mobile devices.
  • ๐Ÿ†• Supports creating multiple indicators with the same name on the same window.
  • ๐Ÿ’„ Optimize figure in overlay template to ignore event type, and the event name is consistent with the event name in overlay.
  • ๐Ÿž Fix the problem that the indicator custom prompt information may be wrong.
  • ๐Ÿž Fix the problem that the overlay being drawn may not be deleted correctly.
  • ๐Ÿž Fix the problem that the api createOverlay may not be created correctly when points is specified.
  • ๐Ÿž Fix the problem that the api executeAction may cause the subscribeAction to trigger infinitely.