diff --git a/src/components/charts/StatisticsLegend.vue b/src/components/charts/StatisticsLegend.vue index b8897136..9dbc41eb 100644 --- a/src/components/charts/StatisticsLegend.vue +++ b/src/components/charts/StatisticsLegend.vue @@ -1,8 +1,92 @@ + + + Average + Maximum + + + + + {{i}} + + + {{s.legend}} + + + + {{item.aggregation.avg}} + + + {{items.aggregation.max}} + + + \ No newline at end of file
{{i}}
{{s.legend}}
{{item.aggregation.avg}}
{{items.aggregation.max}}