djaszak opened a new issue, #20576: URL: https://github.com/apache/echarts/issues/20576
### Version 5.5.1 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vw8p5g ### Steps to Reproduce I did encounter this bug in my professional work, so I cannot share this context but it is easily explainable via the minimal reproduction. I have multiple yAxis and want to use the dataZoom in the toolbox. The yAxis have different min/max values set. The dataZoom is not configured specifically, so it controls all y and xAxis per default. ### Current Behavior Using the dataZoom from the toolbox sets all yAxes to the same start and end value. This is before the zoom, look at the axes.  This is after the zoom, again please look at the axes.  ### Expected Behavior Using the dataZoom from the toolbox should set all yAxes to the correct values. Inspecting the event triggered by the dataZoom reveals, that the event batch carries the correct start and end values for all axes ### Environment ```markdown I reproduced the example with a CodeSandbox, I do not know which env it utilizes. - OS: - Browser: - Framework: ``` ### Any additional comments? _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
