nongzhenli edited a comment on issue #7142: 百度地图+visualMap,拖动controller 手柄时候地图也会跟着一起动 URL: https://github.com/apache/incubator-echarts/issues/7142#issuecomment-499367118 如果是 使用百度地图 + 散点图(或者其他图形,具体我没试)!我通过 animation: false 关闭了动画效果,就解决了 拖动地图 Echart 跟随拖动的问题了! 官方列子中:[https://echarts.baidu.com/examples/editor.html?c=map-polygon](url),加入 `animation: false` ,如下: 
---------------------------------------------------------------- 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]
