Skip to content

Version 5.5.0

Compare
Choose a tag to compare
@liihuu liihuu released this 26 Jul 09:16
  • ๐Ÿ†• Add back the technical indicator ohlc display.
  • ๐Ÿ†• Add text weight configuration.
  • ๐Ÿ†• A new shouldFormatBigNumber property is added to the custom technical indicators, which is used to inform the chart whether larger numbers need to be formatted.
  • ๐Ÿ†• New api setTechnicalIndicatorPrecision.
  • ๐Ÿ’„ Optimize the data display after moving the mouse over the chart, and display the last data instead.
  • ๐Ÿ’„ Optimize the starting position of chart drawing when loading new data.
  • ๐Ÿ’„ Optimize the internal dom element level to reduce nesting.
  • ๐Ÿ’„ Optimize the prompt text display of VOL.
  • ๐Ÿž Fix the problem that illegal technical indicator calculation parameters may cause the chart to crash.
  • ๐Ÿ‘‰ The style configuration yAxis.tickText.position is changed to yAxis.inside.
  • ๐Ÿ‘‰ The default font family is changed from Arial to Helvetica Neue.
  • ๐Ÿ‘‰ The custom technical indicator attribute isPriceTechnicalIndicator becomes series, and the value is changed to price, volume and normal.
  • ๐Ÿ—‘ Remove the x-axis minHeight and maxHeight configuration, change to height adaptive.
  • ๐Ÿ—‘ Remove the y-axis minWidth and maxWidth configuration, change to width adaptive.