gabrielduumont opened a new pull request, #19307:
URL: https://github.com/apache/echarts/pull/19307

   
   <!-- Please fill in the following information to help us review your PR more 
efficiently. -->
   
   ## Brief Information
   
   This pull request is in the type of:
   
   - [ x] bug fixing
   - [ ] new feature
   - [ ] others
   
   
   
   ### What does this PR do?
   
    added timeout to show action, so when it have a delay, it won't show 
unexpectedly
   
   
   ### Fixed issues
   
   Essencially, if you change the showDelay and hideDelay options for a tooltip 
and you have multiple charts on a page, once you hover an item and get a 
tooltip, if you move fast to the other chart, that tooltip on the first chart 
would show up again
   
   
   
   ### After: How does it behave after the fixing?
   
   Just added a _showTimeout (same way you already do for the hideTimeout), 
that can be cancelled after hiding once
   
   
   


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to