You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/11/23 04:35:01 UTC

[GitHub] [echarts] plainheart edited a comment on pull request #16091: feat(tooltip): Allow tooltips to disable transform positioning

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-unsubscribe@echarts.apache.org

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



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