Homebrew1 opened a new issue #13527:
URL: https://github.com/apache/incubator-echarts/issues/13527


   ### Version
   4.5.0-rc.2
   
   ### Steps to reproduce
   this.myCharts1 = echarts.init(this.$refs.myechart1);
   this.myCharts2 = echarts.init(this.$refs.myechart2);
   this.leftEchart.series.data = [];
   this.leftEchart.data = [];
   this.leftEchart.graphic[0].text = "总时长\r\n1";
   this.myCharts1.setOption(this.leftEchart,true);
   this.myCharts2.setOption(this.rightEchart,true);
   
   ### What is expected?
   在对数据修改之后,使用setOption可以重绘
   
   ### What is actually happening?
   没有重绘,数据在原图上没有改变
   
   <!-- This issue is generated by echarts-issue-helper. 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