You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
๐ 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.