Skip to content

5.0.0-beta.20

Compare
Choose a tag to compare
@martynasma martynasma released this 21 Sep 09:56
· 197 commits to master since this release

[5.0.0-beta.20] - 2021-09-21

Added

  • toFront() and toBack() methods added to Sprite.
  • "above" setting added to AxisDataItem. Allows putting AxisRange grid and fill elements above the series.
  • New setting ignoreFormatting for Label added. If set to true, it will ignore square-bracketed style blocks and will display text as it is.

Fixed

  • Elements in chart will not generate hover events if they are obstructed by some other DOM element anymore.
  • XYSeries with a vertical axis range was fully visible, even the part covered by an axis range.
  • Axis bullets were not being hidden when axis data item was hidden.
  • Labels in BreadcrumbBar were sometimes misaligned in Safari browser.
  • Legend item of an initially-hidden series/slices/columns was being shown as enabled.