plainheart edited a comment on pull request #16091:
URL: https://github.com/apache/echarts/pull/16091#issuecomment-976158493


   What you are expecting is to get the tooltip closely followed with the 
mouse, that is, hope it has no delay, right? Because the position is updated 
frequently in a short duration, we throttled the tooltip's trigger frequency in 
#15683 to solve the **_shaking_** and **_lagging_** issue in the connected 
charts or when the devtools is open. In such a case you mentioned, it may be a 
good choice to set 
[`tooltip.transitionDuration`](https://echarts.apache.org/option.html#tooltip.transitionDuration)
 to be `0`. But it seems the new change also brings some negative effects. It 
appears a bit lagging when `transitionDuration` is `0`, which is not good as 
v5.2.0 or earlier.


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