Serious-ChrisLopez commented on issue #12167: How to avoid wiggling animation 
for real-time time series charts?
URL: 
https://github.com/apache/incubator-echarts/issues/12167#issuecomment-592610340
 
 
   @klausb I'm wondering if it's a performance issue or a browser setting on 
your computer. The example you posted also works fine for me. I would try two 
things: 
   
   1. Increasing the setInterval to a higher timeout
   2. I would try setting animation to false and see if anything changes
   <pre>    
   series: [
           {
               name:'成交',
               type:'line',
               smooth:true,
               symbol: 'none',
               stack: 'a',
               areaStyle: {
                   normal: {}
               },
               data: data,
               animation: false
           }
       ]
   </pre>

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