Open vargemp opened 1 year ago
Yeah! something is fishy here.
I found that brush
doesn't play well with my multiple yAxis definitions,
and I don't want the brushChart to calculate anything but the xAxis min/max.
I'm having different series and I'm showing them fine with different min/max in the yAxis but once I enable the brush, it "normalizes" the yAxis and that's not ideal.
@brianlagunas autoScaleYaxis: false
should leave the yAxis untouched right?
or why brush needs to interfere with the yAxis at all?
without brush:
with brush:
I will have to implement my own controls in the meantime :(
Description
Having set yaxis.max & yaxis.min on brush chart and in the same time having it set on the chart's that brush targets, the target charts use brush's settings instead of their own.
Steps to Reproduce
Expected Behavior
Target chart(s) use min&max from their options (not from the brush chart's options).
Actual Behavior
Target chart(s) use min&max from brush chart's options
Screenshots
Reproduction Link
https://codepen.io/vargemp/pen/wvQjeGJ