Skip to content

Version 6.1.0

Compare
Choose a tag to compare
@liihuu liihuu released this 06 Jan 12:43
  • ๐Ÿ†• Add extension.addTechnicalIndicator and extension.addGraphicMark to the chart api.
  • ๐Ÿ†• Each item of the technical indicator plots adds title.
  • ๐Ÿ†• Add styles for technical indicators.
  • ๐Ÿ†• Add api overrideTechnicalIndicator, replace the apis setTechnicalIndicatorParams and setTechnicalIndicatorPrecision.
  • ๐Ÿ†• Add api addCustomGraphicMark to add custom chart mark.
  • ๐Ÿ†• Add api removePane to remove the window.
  • ๐Ÿ†• Add configuration graphicMark.polygonๅ’ŒgraphicMark.arc.
  • ๐Ÿ‘‰ Api getTechnicalIndicatorParams is changed to getTechnicalIndicatorInfo.
  • ๐Ÿ‘‰ Api addGraphicMark is changed to createGraphicMark.
  • ๐Ÿ’„ Optimize the display of tooltip.
  • ๐Ÿž Fix method dispose call may report an error problem.
  • ๐Ÿž Fix the problem that the prototype extension may not be compatible with other plugins.
  • ๐Ÿž Fix typescript reference problem.