diff --git a/lib/ui/dashboard/dashboard_chart.dart b/lib/ui/dashboard/dashboard_chart.dart index f25223081..dcf612062 100644 --- a/lib/ui/dashboard/dashboard_chart.dart +++ b/lib/ui/dashboard/dashboard_chart.dart @@ -112,7 +112,7 @@ class _DashboardChartState extends State { formatNumber( dataGroup.total - dataGroup.previousTotal, context, currencyId: widget.currencyId); - final changePercent = (isIncrease ? '+' : '-') + + final changePercent = (isIncrease ? '+' : '') + formatNumber( dataGroup.total != 0 && dataGroup.previousTotal != 0 ? round(