Merge branch 'master' of github.com:akaunting/akaunting

This commit is contained in:
Cüneyt Şentürk 2022-06-24 17:24:21 +03:00
commit 0c1ba876cd
2 changed files with 7 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class CashFlow extends Widget
],
'yaxis' => [
'labels' => [
'formatter' => $this->getFormatLabel('percent'),
'formatter' => $this->getFormatLabel(),
],
],
];

View File

@ -48,6 +48,12 @@ class ProfitLoss extends Widget
'radius' => '12',
],
],
'yaxis' => [
'labels' => [
'formatter' => $this->getFormatLabel(),
],
],
];
$chart->setType('bar')