mschoneman opened a new issue, #19469: URL: https://github.com/apache/echarts/issues/19469
### Version 5.4.3 ### Link to Minimal Reproduction https://codesandbox.io/s/echarts-datazoom-bug-with-large-true-j2j86j?file=/index.js ### Steps to Reproduce run the attached reproduction, then zoom in using the mouse wheel. After very few zoom in actions, the mouse over will stop working for the orange series. Zooming in more will cause other series to stop working. Commenting out `large: true` on line 33 will fix this, but slows things down considerably (esp for even larger data sets) ### Current Behavior Mouse over stops working ### Expected Behavior Mouse over continues to work when zoomed ### Environment ```markdown - OS: Windows 11 - Browser: Edge - Framework: none ``` ### 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]
