diff --git a/src/components/charts/StatisticsLegend.vue b/src/components/charts/StatisticsLegend.vue
index e2c72647..6b74988e 100644
--- a/src/components/charts/StatisticsLegend.vue
+++ b/src/components/charts/StatisticsLegend.vue
@@ -10,8 +10,8 @@
{{item.legend}}
-
{{unitConvert(item.aggregation.avg, chartInfo.params.unitType).join(' ')}}
-
{{unitConvert(item.aggregation.max, chartInfo.params.unitType).join(' ')}}
+
{{valueToRangeValue(item.aggregation.avg, chartInfo.params.unitType).join(' ')}}
+
{{valueToRangeValue(item.aggregation.max, chartInfo.params.unitType).join(' ')}}
@@ -20,7 +20,7 @@