feat:overview全屏功能(有问题待修复)
This commit is contained in:
@@ -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();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user