amCharts 5: Charts 5.9.5
Released: May 2, 2024
Updates in 5.9.5
Funktionen
- Added a new
DrawingControl setting: scrollable (default: false). If set to true will restrict tool list to the height of the target chart.
- Added a new
Sprite method: compositeRotation(). It returns element's rotation in degrees, taking into account all of its ancestors.
- Added a new
EditableLabel element.
- The drawing tool dropdown will now be fixed to the height of the target chart by default. You can disable it using
scrollable: false on the DrawingControl.
- HTML content will now take
rotation setting into account.
Fehlerkorrekturen
- A
ValueAxis with logarithmic scale and very small numbers was sometimes displaying cluttered grid lines and overlapping labels.
- Volume Profile indicator could show previous data if user quickly scrolled to the range where no volume data was available.
- Switching type of
RadialLabels from radial to circular was resulting in those labels positioned incorrectly.
- If a mouse pointer was over the chart when TAB key was used to focus an
XYCursor line, series/axis' tooltip would disappear.