You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.