amCharts 5: Stock Chart 5.7.2

Released: Dec 22, 2023

5.7.2 での更新項目

機能

  • Added new maxChars setting on Label. If set to a number, it will truncate text to X characters with ellipsis, obeying breakWords and ellipsis settings.
  • "Bull Bear Power" indicator has been added to StockChart.
  • "Acceleration Bands" indicator has been added to StockChart.
  • Standalone registerClass(name, classRef) has been added to Stock Chart package (global: am5stock.registerClass()). It allows registering your own indicator class so that it gets properly serialized and restored.
  • Improved min/max calculation of the ValueAxis when all the values of a series are the same.

不具合の修正

  • "Volume Profile" was showing up in the IndicatorControl's dropdown, even if volumeSeries was not set on the StockChart.
  • Left-side ValueAxis on a StockChart (opposite: false) it was impossible to right-align axis labels to plot area. Scrollbar's width was also not adjusted to the width of the plot area.
  • Some drawing tools in StockChart where not working when chart was in comparison mode.
  • Drawings created when StockChart was in comparison mode were not carried over correctly when switching to regular value mode.
  • Some drawing tools ceased working when main StockChart series was updated.
  • Searchable dropdown controls in StockChart were not clearing up the list of found items when the search field was cleared.