feat: dns整体流量统计折线图开发

This commit is contained in:
@changcode
2022-09-20 16:49:01 +08:00
parent bf601b5e8f
commit 5f897e496e
2 changed files with 485 additions and 2 deletions

View File

@@ -225,6 +225,12 @@ export default {
this.legendSelectChange(e, 'index')
}
}
if (this.lineTab === e.class) {
if (e.analysis.avg < 1) {
this.lineTab = ''
this.init()
}
}
})
this.mpackets = mpackets
this.$nextTick(() => {
@@ -254,6 +260,12 @@ export default {
this.legendSelectChange(e, 'index')
}
}
if (this.lineTab === e.class) {
if (e.analysis.avg < 1) {
this.lineTab = ''
this.init()
}
}
})
this.mpackets = mpackets
this.$nextTick(() => {