alinscodes opened a new issue, #21661: URL: https://github.com/apache/echarts/issues/21661
### Version 6.1.0 ### Link to Minimal Reproduction https://jsfiddle.net/am6xs7bv/ ### Steps to Reproduce 1. It enabled datazoom toolbox multiple times. Echarts 5 wouldn't have this issue. chart.dispatchAction({ type: 'takeGlobalCursor', key: 'dataZoomSelect', dataZoomSelectActive: true, }); ### Current Behavior Click "Enable drag zoom". Zoom to half of chart. Click "Restore" button that is part of echarts. Click "Enable drag zoom". Zoom to half of chart. Weird wrong zoom. ### Expected Behavior Should zoom correctly second time. ### Environment ```markdown - 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]
