Echarts清除上次加载的数据只需要在setoptions中设置第二个参数为true即可。 默认为false,即融合所有加载数据 this.myChart.setOption(this.option,true);