Skip to content

4.9.23

Compare
Choose a tag to compare
@martynasma martynasma released this 19 May 15:42
· 55 commits to master since this release

[4.9.23] - 2020-05-19

Added

  • removedfromqueue event added to Sprite. It is invoked when am4core.options.queue = true or am4core.options.onlyShowOnViewport = true and the Sprite (chart) is removed from queue (appears on the screen).
  • groupperiodchanged event added to DateAxis. It is invoked when data grouping is on and grouping period is changed.

Fixed

  • JSON: Array value in snapToSeries on XYCursor was resulting in error.
  • RadarChart was resulting in an error if used as a column or bullet template in some other chart.
  • AxisRendererRadial.innerRadius was ignored if set in percent and RadarChart.innerRadius was not set.
  • Wide charts were being cut off in the middle when printing.