amCharts 5: Charts 5.8.0
Released: Feb 1, 2024
Updates in 5.8.0
Funktionen
- Added a new container type
ZoomableContainer, which allows you to add zoom capabilities to virtually any chart.
- Added a new
ZoomTools class. Ths can be used to quickly add zoom support for elements compatible with IZoomable interface, e.g. ZoomableContainer.
- Added new read-only property of
DrawingControl: drawingSeries. It contains an object where key is a drawing tool name and values are array with references to actual drawing series.
Fehlerkorrekturen
Hierarchy.addChildData was duplicating node's children which were added before.
- If
topDepth was set to 1 on Partition, initially the chart was showing not all levels of nodes.
- When clicking on particular partitions of a
Partition chart, zoom animation was not playing.
DateRangeSelector was showing extra day in automatically-calculated end date.
DateRangeSelector was zooming to the start of the selected day, instead of end.
- Tooltip background color passed to
HeatLegend.showValue(value, text, color) was being ignored.
ClusteredPointSeries was not showing charts if they were added to clustered bullets.
- Fixed issue with
DrawingControl which was unnecessarily duplicating drawing series with each tool selection / API call.
- Using "1M" button in
PeriodSelector was not always selecting full month.
- Restoring drawings with
DrawingControl.unserializeDrawings() will now correctly update indexes of the restored drawings based on current drawing counter.
- Legend value was not being updated when series axis' range changed. This caused
legendRangeLabelText to not being updated (if set) when chart was being zoomed-in/out.
- In some rare cases chart would show incorrect last segment of a
LineSeries when in percent mode.