CN-768 fix: 1.app卡片Bit/s时底下的流量总数的单位需要使用byte2.折线图单个情况默认选中3.network overview 的右上角图表的按钮点击跳转到npm的events

This commit is contained in:
@changcode
2022-10-25 19:42:48 +08:00
parent ced28fd3e7
commit 06c86b8172
4 changed files with 20 additions and 10 deletions

View File

@@ -281,13 +281,13 @@ export default {
e.show = false
}
e.unitType = 'sessions/s'
if (show !== this.lineRefer) {
this.legendSelectChange(e, 0)
}
e.invertTab = false
this.lineTab = 'total'
this.legendSelectChange(e, 0)
})
this.mpackets = mpackets
this.$nextTick(() => {
this.echartsInit(this.mpackets, show)
this.echartsInit(this.mpackets, true)
})
}
})