P95: {{unitConvert(npm.sequenceGapLossP95, unitTypes.percent).join(' ')}}
@@ -86,9 +90,10 @@
{{unitConvert(npm.value, unitTypes.percent).join('').replaceAll('-', '')}}
-
P95: {{unitConvert(npm.pktRetransP95, unitTypes.percent).join(' ')}}
@@ -138,7 +143,6 @@ export default {
Object.keys(t).forEach(r => {
Object.keys(e).forEach(d => {
if (r === d) {
- t.trend = getChainRatio(t[r], e[d])
t.value = getChainRatio(t[r], e[d])
}
})
diff --git a/src/views/charts2/charts/networkOverview/NetworkOverviewApps.vue b/src/views/charts2/charts/networkOverview/NetworkOverviewApps.vue
index e2e79d0b..bc7275da 100644
--- a/src/views/charts2/charts/networkOverview/NetworkOverviewApps.vue
+++ b/src/views/charts2/charts/networkOverview/NetworkOverviewApps.vue
@@ -38,7 +38,7 @@
-{{unitConvert(app.value, unitTypes.percent).join('').replaceAll('-', '')}}
-
+
0
diff --git a/src/views/charts2/charts/npm/NpmAppCategoryScore.vue b/src/views/charts2/charts/npm/NpmAppCategoryScore.vue
index c93dcff3..9afcbb9a 100644
--- a/src/views/charts2/charts/npm/NpmAppCategoryScore.vue
+++ b/src/views/charts2/charts/npm/NpmAppCategoryScore.vue
@@ -1,47 +1,15 @@
-
+
@@ -72,9 +40,10 @@
{{unitConvert(scope.row.bytesRateChainRatio, unitTypes.percent).join('').replaceAll('-', '')}}
-
+
+
{{unitConvert(scope.row.outboundPacketsRate, unitTypes.bps).join('')}}
@@ -84,9 +53,10 @@
{{unitConvert(scope.row.outboundBytesRateChainRatio, unitTypes.percent).join('').replaceAll('-', '')}}
-
+
+
{{unitConvert(scope.row.inboundPacketsRate, unitTypes.bps).join('')}}
@@ -96,9 +66,10 @@
{{unitConvert(scope.row.inboundBytesRateChainRatio, unitTypes.percent).join('').replaceAll('-', '')}}
-
+
+
diff --git a/src/views/charts2/charts/npm/NpmEventsByType.vue b/src/views/charts2/charts/npm/NpmEventsByType.vue
index 71d08211..6757a618 100644
--- a/src/views/charts2/charts/npm/NpmEventsByType.vue
+++ b/src/views/charts2/charts/npm/NpmEventsByType.vue
@@ -7,7 +7,7 @@
-
{{ $t('overall.type') }}
+
{{ $t('overall.type') }}
-
{{ $t('network.total') }}
+
{{ $t('network.total') }}
{{legend.count}}
@@ -99,6 +99,7 @@ export default {
if (res.code === 200) {
if (res.data.result.length <= 0) {
this.isNoData = true
+ return
}
res.data.result.forEach(t => {
if (t.eventSeverity === 'critical') {