Fix : issue of I4S1N8

This commit is contained in:
tang
2022-01-24 21:28:04 +08:00
parent f4fae5be16
commit aa7dfb9f00

View File

@@ -157,7 +157,7 @@ export default {
this.y2AxisData.push(lists[i].countOfTask);
}
this.refreshEchartOption();
if (this.myChart) {
if (this.myChart && typeof this.myChart.setOption == 'function') {
this.myChart.setOption(this.echartOption, true);
}
}