LIHAO520 commented on issue #9044: 这个loop实现真的奇怪,搞了好几天了,还是有问题,例如在使用setOption更新图数据时,加入数据前后相同,这种实现effect居然不会重绘,就算数据不完全相同,那些相同的数据也不会重绘,个人认为在刷新数据之后,即使数据相同,effect配置一样,也应该重绘吧。谁能解答这个问题,用了最新的版本了,里面设置了loop,但还是没有解决,二次加载数据的时候还是不会重绘,希望再这里得到各位的帮助!!! URL: https://github.com/apache/incubator-echarts/issues/9044#issuecomment-420163754 希望的效果就是第二次加载数据过,无论数据是否相同,都希望重绘再地图上?能否加上去这个功能 比方说:现在有十辆车要做实时动态路径;每隔一分钟加载一次数据,可能会多一些车辆,也有可能会少车;但是绘制的时候因为设置false,所以它只会绘制新增的车辆 ,而之前的就不绘制了,是因为数据重合,所以,我希望不管是新的数据还是之前的数据,都可以绘制,可以增加这个新功能吗?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
