amCharts 5: Maps のリリース

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.

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.
  • Fixed issue where points were not grouped until zoom level...

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.

Released: Jun 6, 2025

5.13.2 での更新項目

機能

  • Event added to SettingsModal: initstarted. Use it to modify settings contents.
  • Added SuperTrend to serializable class list.

Released: Jun 5, 2025

5.13.1 での更新項目

不具合の修正

  • Logarithmic ValueAxis was not showing grid at proper intervals in some cases (since 5.13.0).

Released: Jun 5, 2025

5.13.0 での更新項目

機能

  • exactLocationX and exactLocationY added to XYSeries. If this is set to true, data items will ignore locationX/locationY setting but will place the data point at exact X/Y value. This will work only with DateAxis. If used on a ColumnSeries/CandlestickSeries it will affect its bullets only.
  • containStroke added to Rectangle. If this is set to true, rectangle will be drawn in such a way that its stroke is contained within the rectangle's width and height. Useful if you have thicker...

Released: May 30, 2025

5.12.3 での更新項目

機能

  • Added a new setting on DateRangeSelector: allowInput (default: true). If set to false, date inputs will be disabled, but the dates will be selectable using arrow keys.
  • Added categoryToPosition() method to CategoryAxis.

不具合の修正

  • Focusable bullets will no longer be focusable in legend's markers.