amCharts 5: Stock Chart のリリース

Released: Jan 2, 2026

5.15.0 での更新項目

機能

  • updateData(data) method added to Component. Updates existing data in the component without disposing old data items. If there are more data items than before, new ones will be created. If there are less, old ones will be removed.
  • New class in JSON plugin: ChartSerializer. Allows serializing whole chart objects into a JSON.
  • New functionality in JSON parser: states, adapters, templateField, axis bullets, axis ranges.
  • Stock indicators now use updateData() method which makes them work much...

Released: Nov 6, 2025

5.14.4 での更新項目

機能

  • Added:
    • ariaLabel setting to ExportingMenu.
    • autoDispose (default: false) property to Registry. Set it to true to automatically dispose a Root element if it exists in the target container when a new Root element is being created.
    • excludeFromAggregate setting to XYSeries, mainly for performance. Use it to remove some data fields from calculation of their aggregate values. On a StockChart the setting is set to ["valueX"], since X values are not usually used in aggregates, but will save some...

Released: Oct 13, 2025

5.14.3 での更新項目

不具合の修正

  • If an axis range was created on CategoryAxis and then data was changed which wouldn't have these categories anymore, elements of the axis range remained visible on the chart.
  • am5.type.toNumber() function would go into dead loop if the parameter contained multiple dots or minus symbols.
  • Stock chart's drawings were snapped to initial position if data update happened while dragging the drawing.
  • Measure drawing tool in StockChart had colors inverted (red for positive, green for negative...

Released: Oct 1, 2025

5.14.2 での更新項目

不具合の修正

  • Fixed issue where pressing Shift-TAB when the first element of a series was focused and focusableGroup is set, would jump back two series instead of one.

Released: Sep 30, 2025

5.14.1 での更新項目

不具合の修正

  • Fixed issue where too many minor grid intervals could be drawn on a DateAxis if grid interval was "year".

Released: Sep 30, 2025

5.14.0 での更新項目

機能

  • Two new settings added to HeatLegend: startOpacity (default: 1) and endOpacity (default: 1).
  • New plugin: colorPicker.
  • New method to add debounced events: events.onDebounced().
  • New setting added to ColumnSeries: turboMode (default: false). If set to true, the series will render columns directly on canvas, speeding up column-heavy charts.
  • New setting added to DateAxis: skipFirstMinor (default: true). If set to true, the axis will skip the first minor grid line and label.
  • New setting...

Released: Aug 27, 2025

5.13.6 での更新項目

不具合の修正

  • Fixed issue where in some cases, DurationFormatter could display incorrect number of days.
  • Fixed the selector tool in StockChart's drawing mode as it was not working properly since 5.13.4.

Released: Aug 5, 2025

5.13.5 での更新項目

不具合の修正

  • Fixed issue where labels with RTL direction and in-line formatting tags could be distorted.
  • Fixed issue where dynamically changing editOn setting on an EditableLabel was not working.
  • Fixed issue where volume indicator was not working properly with data grouping turned on.
  • Fixed issue where vertically stacked multiple ValueAxis could crash the chart if ChartCursor behavior was set zoomXY and selection of a zoom included both axes.

Released: Jul 23, 2025

5.13.4 での更新項目

機能

  • Added contentWidth() and contentHeight() methods to Container.
  • Removed stroke color selector from Fibonacci drawing tool.

不具合の修正

  • Fixed issue where Logarithmic ValueAxis was showing grid at wrong intervals in some cases.
  • Fixed issue where HTML labels were not being displayed if autoResize was set to false on a Root.
  • Fixed issue where resetting Label's oversizedBehavior to "none" would not reset the label visibility/scale if it was already affected via previous setting like "hide" or "fit...

Released: Jun 7, 2025

5.13.3 での更新項目

不具合の修正

  • drawingsUpdated event was fired each time the chart was scrolled.