syhyz1990 commented on issue #4033:
URL: https://github.com/apache/echarts/issues/4033#issuecomment-1878446119

   是你的用法不对
   
   setOption有3个属性,setOption(option,notMerge,lazyUpdate);
   
   第二个notMerge默认为false,即默认合并两个数据
   
   解决:设置为true
   
   myChart.setOption(option,true);


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

To unsubscribe, e-mail: [email protected]

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