From 1fede2e0c838bbb54d93587308ca758bbb791d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B6=E6=99=B6=20=E5=BC=A0?= Date: Thu, 8 Jul 2021 16:23:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/charts/StatisticsLegend.vue | 163 ++++++++------------- 1 file changed, 58 insertions(+), 105 deletions(-) diff --git a/src/components/charts/StatisticsLegend.vue b/src/components/charts/StatisticsLegend.vue index c2bfd67a..a9421fb4 100644 --- a/src/components/charts/StatisticsLegend.vue +++ b/src/components/charts/StatisticsLegend.vue @@ -6,79 +6,17 @@
Maximum
-
-

{{i}}

+

-

{{s.legend}}

+

{{s.legend}}

-
-

{{item.aggregation.avg}}

+

{{item.aggregation.avg}}

-

{{items.aggregation.max}}

+

{{items.aggregation.max}}

@@ -97,6 +35,7 @@ export default { immediate: true, deep: true, handler (n) { + console.log(n) } } }, @@ -111,39 +50,45 @@ export default {