yymoxiaochi commented on issue #1740: echarts的tooltip中可以放图片、超链接之类的元素吗?
URL: 
https://github.com/apache/incubator-echarts/issues/1740#issuecomment-525146473
 
 
   > 大家有没发现尽管设置了enterable:true
   > tooltip被悬浮时还是有很大几率会消失不见了
   
   个人认为是tooltip的position跟着鼠标一直刷新导致的,我设置
   position: function(p) {
                   return [p[0] - 20, p[1] - 20];
               },
   可以解决,不知道有没有更好的方式

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to