xxxxst opened a new issue #10915: 使用setOption()更新geo.boundingCoords属性,ui会闪烁 URL: https://github.com/apache/incubator-echarts/issues/10915 ### Version 4.1.0-release ### Reproduction link [https://codepen.io/xxxxst/pen/MNevPd](https://codepen.io/xxxxst/pen/MNevPd) ### Steps to reproduce 拖拽地图 ### What is expected? 更新echart地图,ui不闪烁 ### What is actually happening? 使用setOption更新geo.boundingCoords属性,ui会闪烁 --- 想做的效果是第三方地图和echart地图叠加联动,echart用来显示一些特效。 目前的实现方式是监听第三方地图的事件,然后使用echart.setOption()更新geo.boundingCoords。 这样会导致每次更新的时候echart特效一直在闪烁。 <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
---------------------------------------------------------------- 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]
