You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/06/27 08:45:58 UTC

[GitHub] [incubator-echarts] yicheny opened a new issue #10757: tooltip设置enterable:true后,快速移动至其他图表有时会导致当前tooltip不消失的bug

yicheny opened a new issue #10757: tooltip设置enterable:true后,快速移动至其他图表有时会导致当前tooltip不消失的bug
URL: https://github.com/apache/incubator-echarts/issues/10757
 
 
   我是基于从apache/incubator-echarts拉下来的代码中的test目录下的 bar-overflow-time-plot.html文件进行测试的,在两个bar图的配置项中加上
   ```
   tooltip:{
                           enterable:true,
                           extraCssText:'width:200px;height:280px;overflow:auto;',
                           position:(pos)=>[pos[0],'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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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