[GitHub] [echarts] CarterLi commented on issue #17059: [Feature] Remove tooltip DOM or hide it with `display: none` when it's invisible

2022-05-18 Thread GitBox
CarterLi commented on issue #17059: URL: https://github.com/apache/echarts/issues/17059#issuecomment-1129718056 业务需求,tooltip里面数据很多导致tooltip占位很大。tooltip溢到了可视区域外面占用大量空白空间。见我截图里的滚动条 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [echarts] CarterLi commented on issue #17059: [Feature] Remove tooltip DOM or hide it with `display: none` when it's invisible

2022-05-18 Thread GitBox
CarterLi commented on issue #17059: URL: https://github.com/apache/echarts/issues/17059#issuecomment-1129634167 We now hack it with ```css [style$="opacity: 0;"] { display: none !important; } ``` -- This is an automated message from the Apache Git Service. To respond