CN-408 feat : 初步效果

This commit is contained in:
zhangxiaolong
2022-03-22 11:09:03 +08:00
parent 2000d1645e
commit 754b0b0c60
5 changed files with 23 additions and 1 deletions

View File

@@ -71,6 +71,8 @@ export default {
if (t.legend === 'bytesRate') {
this.entityData.max = t.aggregation.max
this.entityData.avg = t.aggregation.avg
this.entityData.p50 = t.aggregation.p50
this.entityData.p90 = t.aggregation.p90
} else if (t.legend === 'bytesSentRate') {
this.entityData.bytesSentRate = _.nth(t.values,-3)[1]
this.chartOptionSent = {