mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-10-19 16:13:53 +00:00
Fix : issue of I4S1N8
This commit is contained in:
@@ -157,7 +157,7 @@ export default {
|
|||||||
this.y2AxisData.push(lists[i].countOfTask);
|
this.y2AxisData.push(lists[i].countOfTask);
|
||||||
}
|
}
|
||||||
this.refreshEchartOption();
|
this.refreshEchartOption();
|
||||||
if (this.myChart) {
|
if (this.myChart && typeof this.myChart.setOption == 'function') {
|
||||||
this.myChart.setOption(this.echartOption, true);
|
this.myChart.setOption(this.echartOption, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user