1.echarts出现警告[echarts Can't get dom width or height]解决方法就是初始化后再填数据,放nextTick中
if (this.chart != null && this.chart != "" && this.chart != undefined){
that.chart.dispose(document.getElementById(this.chartId));
}
1.echarts出现警告[echarts Can't get dom width or height]解决方法就是初始化后再填数据,放nextTick中
if (this.chart != null && this.chart != "" && this.chart != undefined){
that.chart.dispose(document.getElementById(this.chartId));
}