formatting

This commit is contained in:
Denis Duliçi
2022-08-13 17:33:19 +03:00
parent 1466d7b29e
commit c9dd7a9384
2 changed files with 23 additions and 5 deletions

View File

@ -22,7 +22,7 @@ class ExpensesByCategory extends Widget
$amount += $transaction->getAmountConvertedToDefault();
});
$this->addMoneyToDonut($category->colorHexCode, $amount, $category->name);
$this->addMoneyToDonutChart($category->colorHexCode, $amount, $category->name);
});
$chart = $this->getDonutChart(trans_choice('general.expenses', 2), '100%', 300, 6);