GreenLv commented on issue #7930: 如何将两段lines的effect动画衔接起来
URL: 
https://github.com/apache/incubator-echarts/issues/7930#issuecomment-501496902
 
 
   > > 
可以通过修改数据形式来实现。循环里写data的时候不要只写data的增量,应该把以前的轨迹data也带上。举个例子,在第i次循环里,传入的数据应该是data[0:i],而不只是data[i]。
   > 
   > 
请问下,修改data后,是否需要动态的setOption()呀?我遇到的需求类同,现在就是通过setOtion()。但是Lines线条会出现闪烁的效果(一触发更新就闪下...),现在遇到这个问题一直没能解决
   
   
之前我是用timeline+setOption()实现的,需要动态setOption(),只是把data改了一下而已,其他和普通的操作一样。你这种情况我没遇到过,不知道怎么解决。

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