You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a series has a custom zlevel, moving the mouse into the chart area can cause a residual emphasis effect to remain visible on some elements, even after the mouse has moved away.
When zooming using dataZoom and simultaneously moving the mouse, a large number of elements can retain their emphasis state, resulting in many incorrect highlights.
Version
5.6.0
Link to Minimal Reproduction
https://stackblitz.com/edit/vitejs-vite-o5njrr4h
Steps to Reproduce
zLevel.mov
zoom.mov
Current Behavior
When a series has a custom zlevel, moving the mouse into the chart area can cause a residual emphasis effect to remain visible on some elements, even after the mouse has moved away.
When zooming using dataZoom and simultaneously moving the mouse, a large number of elements can retain their emphasis state, resulting in many incorrect highlights.
Expected Behavior
The emphasis state should be cleared correctly.
Environment
Any additional comments?
No response