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:23:48 UTC

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

plainheart commented 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`.


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