amCharts 5: Charts 5.11.2
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 restored from serialized data was not visible until chart zoom.
- Fixed issue where HTML content outside of a scrollable Container was still visible.
- Fixed issue where
am5.type.toNumber() could go into infinite loop with some non-numeric input values.
- Fixed issue where removing of an
XYSeries from an XYChart with a DateAxis and data grouping enabled could cause newly added series to be wrongly grouped.