diff --git a/src/components/Charts/DonutChart.vue b/src/components/Charts/DonutChart.vue index 0b9be6af..6ffdeb2f 100644 --- a/src/components/Charts/DonutChart.vue +++ b/src/components/Charts/DonutChart.vue @@ -55,31 +55,30 @@
- {{ - valueFormatter( - active !== null && sectors.length !== 0 - ? sectors[active].value - : totalValue, - 'Currency' - ) - }} -
-- {{ +
+ {{ + valueFormatter( active !== null && sectors.length !== 0 - ? sectors[active].label - : totalLabel - }} -
-+ {{ + active !== null && sectors.length !== 0 + ? sectors[active].label + : totalLabel + }} +