Version
5.3.3
Link to Minimal Reproduction
https://codesandbox.io/s/multiple-y-axes-forked-qrb7ll?file=/index.js
Steps to Reproduce
- Create a chart with multiple Y-Axis(3 Y-Axis)
- I want to use Data area zooming, so I have used "toolbox.feature.dataZoom" option
- I want to control the zoom for only 1 Y-Axis.
toolbox: {
feature: {
dataZoom: {
yAxisIndex: [1]
}
}
}
Current Behavior
Zoom functionality stopped working and it only works if I am giving all 3 axis.
Expected Behavior
Defined yAxis should be controlled.
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
Version
5.3.3
Link to Minimal Reproduction
https://codesandbox.io/s/multiple-y-axes-forked-qrb7ll?file=/index.js
Steps to Reproduce
toolbox: {
feature: {
dataZoom: {
yAxisIndex: [1]
}
}
}
Current Behavior
Zoom functionality stopped working and it only works if I am giving all 3 axis.
Expected Behavior
Defined yAxis should be controlled.
Environment
Any additional comments?
No response