Skip to content

5.9.3

Compare
Choose a tag to compare
@martynasma martynasma released this 23 Apr 11:43
· 8 commits to master since this release

[5.9.3] - 2024-04-23

Added

  • Added possibility to add bullets to links in a linked hierarchy charts, like Force-directed and Tree. More info.
  • New IndicatorControl method: clearIndicators(). Allows clearing all indicators from the chart at once.

Changed

  • StockChart will now automatically disable select mode when exitting drawing mode.
  • XYChart background fill color and opacity have been moved to a default theme, so that it can be overridden by custom themes.

Fixed

  • Resize bubbles on StockChart's drawings were sometimes disabled when switching and drawing with another drawing tool.
  • Resize bubbles on StockChart's were not shown after Eraser was turned on and off.
  • Resize bubbles on StockChart's were not shown when drawing mode was toggled off and then back on.
  • PieChart was not updating radius if resized very quickly.
  • If an XYSeries was initially hidden, its tooltip was still visible on an XYChart with cursor.
  • Clicking on a selected icon drawing in a SockChart would not unselect it.
  • A perfectly vertical or horizontal line with strokeGradient set was invisible.
  • Removing an indicator from StockChart could cause Y-axis to be auto-zoomed incorrectly.
  • The centering of a scaled HTML content was not taking centerX/centerY into account.