baokeyu123 commented on issue #14446:
URL: https://github.com/apache/echarts/issues/14446#issuecomment-796387539


   @leeight 
   
    {
                   type: 'lines',
                   coordinateSystem: 'cartesian2d',
                   polyline: true,
                   effect: {
                       show: true,
                       trailLength: 0,
                       symbol: 'rect',
                       period: 12,  //滑动速度
                       symbolSize: [200, 15],
                       color: 'black',
                       loop: false,
                   },
                   data: [{
                       coords: [
                           [0, 0],
                           [Distance, 0] 
                       ]
                   },],
               }
   
   i don't  set API loop:true ,because i want to update data and animation is 
synchronize,update data exist  delay,so i have to rebuild lines animation
   
   thanks~


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to