Dashboard
This commit is contained in:
parent
91a65a1126
commit
abdcdd6f39
|
|
@ -112,7 +112,7 @@ class _DashboardChartState extends State<DashboardChart> {
|
||||||
formatNumber(
|
formatNumber(
|
||||||
dataGroup.total - dataGroup.previousTotal, context,
|
dataGroup.total - dataGroup.previousTotal, context,
|
||||||
currencyId: widget.currencyId);
|
currencyId: widget.currencyId);
|
||||||
final changePercent = (isIncrease ? '+' : '-') +
|
final changePercent = (isIncrease ? '+' : '') +
|
||||||
formatNumber(
|
formatNumber(
|
||||||
dataGroup.total != 0 && dataGroup.previousTotal != 0
|
dataGroup.total != 0 && dataGroup.previousTotal != 0
|
||||||
? round(
|
? round(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue