amCharts 5: Maps 5.9.5

Released: May 2, 2024

5.9.5 での更新項目

機能

  • 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.

不具合の修正

  • 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.