amCharts 5: Charts 5.10.8
Released: Nov 21, 2024
Updates in 5.10.8
Funktionen
- Added a new
lineCap (default "butt") setting to Graphics. This allows specifying how line ends should be drawn. Possible values: "butt" (default), "round", "square".
- Added a new
clickAnnounceText setting to Sprite. If set it will announce the text when focused element is triggered with a press of ENTER or SPACE.
- Pressing Shift-TAB while focus on non-first member of the focusabel group will now jump to a previous group or focusable element, rather than current group's first element.
- When an
XYChart is zoomed using mouse wheel it will no longer stop page scroll when its fully zoomed out or zoomed in.
Fehlerkorrekturen
- HTML content was ignoring
dx/dy position adjustment settings.
- Pressing the UP key was being ignored when navigating within a group of focusable objects.
- Last label of
GaplessDateAxis was in wrong position when baseInterval was week and minorGrid was enabled.
- Setting data item's value to null (if previous was a valid number) did not remove the column of a ColumnSeries.
- The
maxWidth/maxHeight recalculation of vertical labels was not correctly factoring in its padding.