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
All indicator series will now have "indicator" theme tag set. Detect indicator series via series.hasTag("indicator").
autoZoom added to ValueAxis (default: true). If set to false, the axis won't be auto-zoomed to a selection (this works only if the other axis is a DateAxis or a CategoryAxis). This setting will be ignored if both X and Y axes are a ValueAxis.
StandardDeviation indicator added.
Changed
Series edit modal on a StockChart would show incorrect controls if the main chart series was a LineSeries.
Fixed
Initial sizing of HTML tooltips fixed (again).
Exporting a chart in a <div> with height: auto was not working properly.
If a point in a LineSeries was way out of bounds (million times further than the bounds of plot area), the line could disappear.
In some cases, if chart was using loadable fonts, it could go into non-stop flickering mode.
StockChart with drawing mode disabled could start drawing new objects if clicked on points of an old drawing.
PointedRectangle, mostly used by a Tooltip was drawn incorrectly if its stem size was bigger than height.
Removing a QuadrantLineSeries drawing from a StockChart resulted an error.
It was impossible to delete Fibonacci or FibonacciTimezone drawings one by one after switching to another drawing tool.