feat:overview全屏功能(有问题待修复)

This commit is contained in:
wangwenrui
2020-03-25 16:27:00 +08:00
parent 84540c013d
commit 329287c1ac
5 changed files with 77 additions and 20 deletions

View File

@@ -121,6 +121,11 @@
this.chart.clear();
this.chart.setOption(this.option)
},
resizeChart:function(width,height){
if(this.chart){
this.chart.resize({width:width,height:height});
}
},
startLoading:function(){
this.$refs.loading.startLoading();
},