Inline Dose
axisLabel of yAxis not bind with yAxis position .
1. when set axisLine.onZero = false, the yAxis is left, works well.
2.when set onZero = true, yAxis is in xAxis 0 label, but the yAxisLabel is on the left.
3. when set yAxis.offset, only works in fixed width, not works well when window resize.
4. yAxis.position only can be set 'left' or 'right', is 'center' ok?
I want to set onZero true, the yAxis is on xAxis 0 label ,and the yAxisLabel still in center.
2022-01-15 09:39:54