mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-09-26 05:38:01 +00:00
@@ -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