mgzhenhong commented on issue #20666:
URL: https://github.com/apache/echarts/issues/20666#issuecomment-2580136255

   > It seems ZRender triggers `click` event no matter whether it happens from 
a target element, while `mousemove/moveout` don't work similarly. The doc is 
talking about `click` event so technically it may not be considered as a bug.
   > 
   > You may consider add event listener to the dom of the chart to have full 
control of that, i.e., `dom.addEventListener('xxx', ...)`.
   
   OK, dom.addEventListener, that's the solution. 
   
   but ,  a mouseout event without a mouseover event, It's never perfect


-- 
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]

Reply via email to