amCharts 5: Maps のリリース

Released: Feb 5, 2026

5.15.6 での更新項目

機能

  • Added ignoreThemes to Entity. If set to true, no themes will be applied to the element. Set it to true on an element (e.g. candles) of which there are many for improved performance. Required setting will need to be set directly on the element or its template.
  • Performance of turboMode increased significantly.

Released: Jan 28, 2026

5.15.5 での更新項目

機能

  • skipRenderFrame property added to Root. If set to true, the next frame will not be rendered. Helps to avoid flickering in some cases, like zooming right after data update.

Released: Jan 23, 2026

5.15.4 での更新項目

不具合の修正

  • Adding bullets to series in some setups with React could result JS error since 5.15.0.

Released: Jan 14, 2026

5.15.3 での更新項目

不具合の修正

  • Bullets added to individual data items were not updating their position.

Released: Jan 12, 2026

5.15.2 での更新項目

機能

  • If an invalid SVG path is passed to Graphics svgPath setting, a warning is displayed instead of a JS error.

不具合の修正

  • Toggling turboMode after the ColumnSeries was initialized was not working properly.

Released: Jan 6, 2026

5.15.1 での更新項目

不具合の修正

  • Axis ranges were not being fully parsed from JSON config.

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.

不具合の修正

  • VolumeProfile indicator was not showing value in legend when...

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.
  • Changed:
    • date tag added to DateAxis.
    • gapless tag added to GaplessDateAxis.

不具合の修正

  • Focus elements in a scrollable...

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.
  • Zooming an XYChart with mouse wheel really fast could result in the chart being zoomed to a state where user could not zoom-out anymore.

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.