CN-409 Entity Explorer--详情页图表开发:ip托管域名loading 不消失问题修正
This commit is contained in:
@@ -251,7 +251,9 @@ export default {
|
||||
}
|
||||
}).finally(() => {
|
||||
setTimeout(() => {
|
||||
if(!(this.chartInfo.type === 33 || this.chartInfo.type === 34)){
|
||||
if(!(this.chartInfo.type === 33 || this.chartInfo.type === 34) ){
|
||||
this.loading = false
|
||||
}else if(!this.chartData || this.chartData.length === 0){
|
||||
this.loading = false
|
||||
}
|
||||
}, 200)
|
||||
|
||||
@@ -89,8 +89,7 @@ export const lineWithStatistics = {
|
||||
formatter: function (value, index) {
|
||||
return unitConvert(value, unitTypes.number).join(' ')
|
||||
}
|
||||
},
|
||||
minInterval: 1
|
||||
}
|
||||
},
|
||||
color: chartColor,
|
||||
grid: {
|
||||
@@ -138,8 +137,7 @@ export const lineStack = {
|
||||
formatter: function (value, index) {
|
||||
return unitConvert(value, unitTypes.number).join(' ')
|
||||
}
|
||||
},
|
||||
minInterval: 1
|
||||
}
|
||||
},
|
||||
grid: {
|
||||
left: 55,
|
||||
|
||||
Reference in New Issue
Block a user