fix:修改topology的loading显示问题
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
this.noData=false;
|
||||
this.chart.clear();
|
||||
this.optionSeriesAll=[...this.option.series];
|
||||
console.log( this.optionSeriesAll);
|
||||
// console.log( this.optionSeriesAll);
|
||||
if(this.option.series instanceof Array){
|
||||
this.option.series=this.option.series.filter((item,index)=>index<this.dataSize);
|
||||
}
|
||||
@@ -401,7 +401,7 @@
|
||||
let option={
|
||||
series:this.optionSeriesAll
|
||||
};
|
||||
console.log(option);
|
||||
// console.log(option);
|
||||
this.chart.setOption(option);
|
||||
this.chart.resize()
|
||||
},
|
||||
@@ -461,7 +461,7 @@
|
||||
mounted() {
|
||||
this.chartInit();
|
||||
EleResize.on(this.$el, this.resize, this.chartType);
|
||||
console.log(this.chartType)
|
||||
// console.log(this.chartType)
|
||||
},
|
||||
watch:{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user