mychart.setOption(option);
mychart.resize();
即可
在vue里面显示echarts图表
this.$nextTick(function () { this.drawLine();});