Is it possible to add an option axisYType: “both” so that both axes will be created? This makes it easier to read the chart in some cases.
Currently I work around this by creating an invisible series, map it to secondary, and manually set the limits and interval on axisY2. But it’ll be nice to have it supported natively.
Thanks!