amCharts 5: Charts Releases
Released: Jun 6, 2025
Updates in 5.13.2
Funktionen
- Event added to
SettingsModal: initstarted. Use it to modify settings contents.
- Added
SuperTrend to serializable class list.
Released: Jun 5, 2025
Updates in 5.13.1
Fehlerkorrekturen
- Logarithmic
ValueAxis was not showing grid at proper intervals in some cases (since 5.13.0).
Released: Jun 5, 2025
Updates in 5.13.0
Funktionen
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...
Released: May 30, 2025
Updates in 5.12.3
Funktionen
- 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.
Fehlerkorrekturen
- With strictMinMax set to true the zoom out button was sometimes visible on initial chart load.
- Focusable bullets will no longer be focusable in legend's markers.
Released: May 9, 2025
Updates in 5.12.2
Fehlerkorrekturen
- The tooltips on an
XYChart would not get re-arranged if pointer was being moved slowly into chart area and stopped.
- If data grouping was enabled on a
DateAxis and new data was set while the chart was being scrolled, it might show some ghost bullets in the plot area.
Released: Apr 14, 2025
Updates in 5.12.1
Fehlerkorrekturen
SerpentineChart could be displayed incorrectly if chart was very wide/tall and level count was small.
CurveChart would not adjust all of its elements after resize.
Released: Apr 12, 2025
Updates in 5.12.0
Funktionen
- Added a timeline chart type family:
CurveChart, SerpentineChart, SpiralChart.
Fehlerkorrekturen
- Using
swap() method on a ListDispose will no longer auto-dispose items being swapped, even if autoDispose = true.
Released: Apr 9, 2025
Updates in 5.11.3
Funktionen
- Added a "text" field type support to custom Indicator's
_editableSettings.
Fehlerkorrekturen
"frameended" event would trigger indefinitely when a Sprite with tooltipPosition: "pointer" was being hovered, even if cursor was not moving.
Released: Mar 21, 2025
Updates in 5.11.2
Funktionen
- Added
strokeWidths setting to SettingsModal.
- Added
cornerRadiusTL, cornerRadiusTR, cornerRadiusBR and cornerRadiusBL to FunnelSlice. Use it to add rounded corner to funnel slices.
- All settings from
IAccessibilitySettings have been moved to ISpriteSettings.
Fehlerkorrekturen
- Fixed issue where screen reader alerts were not being read out if the message was the exact same text as the last one.
- Fixed a prompt in Dutch (nl_NL) translation.
- Fixed issue where a Horizontal Line drawing...
Released: Feb 25, 2025
Updates in 5.11.1
Funktionen
- Added new setting
disableWeekDays (array of numbers) in DateRangeSelector. E.g. set to diasbleWeekDays: [0, 6] to disable Sundays and Saturdays.
Fehlerkorrekturen
- Fixed issue where the value of a
Hierarchy node with toggleKey: "none" would be reset to "disabled", after data was appended to the node.
- Fixed issue where
DurationFormatter was not correctly rounding fractional numbers in some cases.
- Fixed issue where
DateRangeSelector was not correctly handling firstDayOfWeek value from...