mgzhenhong commented on issue #20666:
URL: https://github.com/apache/echarts/issues/20666#issuecomment-2579119773
The significance of triggering the mouseover event in the blank area :
it is triggered when the mouse crosses the boundary from outside the area
and enters the chart area. The difference from the mousemove event is that the
mousemove event will be triggered continuously, while the mouseover event is
only triggered once. The mouseover event should correspond to the mouseout
event.
--
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]