From 27c3439120998d220d8ba8d39aba96b81152e5b6 Mon Sep 17 00:00:00 2001 From: Erb3 <49862976+Erb3@users.noreply.github.com> Date: Sun, 3 Nov 2024 18:09:17 +0100 Subject: [PATCH] fix(frontend): remove double dollar sign in chart (#2896) Resolves #2400 by removing the SVG suffix. --- apps/frontend/src/components/ui/charts/ChartDisplay.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/frontend/src/components/ui/charts/ChartDisplay.vue b/apps/frontend/src/components/ui/charts/ChartDisplay.vue index 36a603f5..070910fb 100644 --- a/apps/frontend/src/components/ui/charts/ChartDisplay.vue +++ b/apps/frontend/src/components/ui/charts/ChartDisplay.vue @@ -134,7 +134,6 @@ :data="analytics.formattedData.value.revenue.chart.data" :labels="analytics.formattedData.value.revenue.chart.labels" is-money - suffix="" :colors=" isUsingProjectColors ? analytics.formattedData.value.revenue.chart.colors