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/05/17 09:15:01 UTC

[GitHub] [echarts] plainheart commented on issue #14967: Tooltip display optimization under large data volume(大数据量情况下的tooltip展示优化)

plainheart commented on issue #14967:
URL: https://github.com/apache/echarts/issues/14967#issuecomment-842162533


   暂时可以先这么配置
   
   ```js
   enterable: true,
   extraCssText: 'max-height: 300px; overflow-y: auto;'
   ```
   
   如果鼠标不易划入的话,可以使用 `position` 进一步配置。
   
   或者配置 `className` 直接定义 CSS 控制。


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

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