
Improves auto-zooming and adds 'StandardDeviation' indicator.
Features
- All indicator series will now have
"indicator"
theme tag set. Detect indicator series viaseries.hasTag("indicator")
. autoZoom
added toValueAxis
(default:true
). If set tofalse
, the axis won't be auto-zoomed to a selection (this works only if the other axis is aDateAxis
or aCategoryAxis
). This setting will be ignored if both X and Y axes are a ValueAxis.StandardDeviation
indicator added.