feat:添加累加值计算

This commit is contained in:
zhongzm
2024-11-28 18:45:11 +08:00
parent 83cb3f8728
commit 68b9c5fa5e
3 changed files with 21 additions and 7 deletions

View File

@@ -1111,6 +1111,7 @@ export default {
"maxValue":"Max Value",
"minValue":"Min Value",
"avgValue":"Average Value",
"totalValue":"Worth Value",
"kpiChartTitle":"Overview of NE metrics",
"changeLine":"Change to Line Charts",
"changeBar":"Change to Bar Charts",

View File

@@ -1111,6 +1111,7 @@ export default {
"maxValue":"最大值",
"minValue":"最小值",
"avgValue":"平均值",
"totalValue":"总值",
"kpiChartTitle":"网元指标概览",
"changeLine":"切换为折线图",
"changeBar":"切换为柱状图",