Ale-cc edited a comment on issue #9002: bmap严重抖动
URL: 
https://github.com/apache/incubator-echarts/issues/9002#issuecomment-508033287
 
 
   解决办法 tooltip 设置延迟、关闭动画,新版本也还存在这问题。
   `
   tooltip: {
               showDelay: 500,
               hideDelay: 500,
               transitionDuration: 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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to