diff --git a/apps/frontend/src/components/ui/charts/ChartDisplay.vue b/apps/frontend/src/components/ui/charts/ChartDisplay.vue index 32fc1245d..a95fce820 100644 --- a/apps/frontend/src/components/ui/charts/ChartDisplay.vue +++ b/apps/frontend/src/components/ui/charts/ChartDisplay.vue @@ -369,7 +369,7 @@ const selectedRange = computed({ }); const formattedCategorySubtitle = computed(() => { - return internalRange.value.getLabel([dayjs(startDate.value), dayjs(endDate.value)]); + return selectedRange.value.getLabel([dayjs(startDate.value), dayjs(endDate.value)]); }); const selectedDataSet = computed(() => {