Skip to content

5.11.0

Latest
Compare
Choose a tag to compare
@martynasma martynasma released this 03 Feb 13:02

[5.11.0] - 2025-02-03

Added

  • New Root property: entitiesById. Contains all Entities belonging to this Root instance that have an id set.

Changed

  • From now on, unique id for Entities will be enforced within Root scope, not global scope.
  • StockChart's indicators had axes tooltips and cursor horizontal line hardcoded with forceHidden: true. It was moved to a default theme, so now you can enable them using custom theme.

Fixed

  • Overlapping interactive elements were ignoring layer setting.
  • Improved handling of focusing of Series' elements.
  • toggleDrawing of StockChart was not hiding/showing grips if called from outside until hovered over the chart.
  • Changing stroke/fill drawing setting in StockChart drawing toolbar would update colors for existing Fibonacci drawings.