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 {