You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/03/11 02:34:40 UTC

[GitHub] [echarts] baokeyu123 commented on issue #14446: replaceMerge API , if i want to replace series[1], how to deal with this.

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org