LIHAO520 commented on issue #9044: 
这个loop实现真的奇怪,搞了好几天了,还是有问题,例如在使用setOption更新图数据时,加入数据前后相同,这种实现effect居然不会重绘,就算数据不完全相同,那些相同的数据也不会重绘,个人认为在刷新数据之后,即使数据相同,effect配置一样,也应该重绘吧。谁能解答这个问题,用了最新的版本了,里面设置了loop,但还是没有解决,二次加载数据的时候还是不会重绘,希望再这里得到各位的帮助!!!
 
URL: 
https://github.com/apache/incubator-echarts/issues/9044#issuecomment-420897909
 
 
   
那这样肯定不行啊,老铁,比方说:现在来了十辆车,给每辆车一个id,我现在获取当前十辆车的坐标点,然后绘制出来,我下次也是获取这些车的坐标点啊,然后再次绘制;只不过我再次获取的时候可能会新增一些车的坐标点
  ,不可能我第一次获取到这些车的数据,下次来了新数据不可能不绘制啊,这样的话车不就没有了实时动态运动轨迹了吗

----------------------------------------------------------------
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]

Reply via email to