baokeyu123 opened a new issue #14432:
URL: https://github.com/apache/echarts/issues/14432


   ### Version
   next
   
   ### Steps to reproduce
   
          chartInstance.setOption({
               ...option,
               series: [
   
                   {
                       type: 'line',
                       data: data,
                       smooth: true,
                       silent: true
                   },]
   
   ### What is expected?
   how to resolve this problems
   
   ### What is actually happening?
   firstly  when i animationDuration in setOption. the chart's liner can linear 
paint.
   however,when i want to update data through setOption again.   the 
chart'liner paint right now.
   how to linear update data‘s values through second setOption or more times.
   thanks.
   
   ---
   please help me to resolve problem,thanks
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


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