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
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class CashFlow extends Widget
],
'yaxis' => [
'labels' => [
'formatter' => $this->getFormatLabel('percent'),
'formatter' => $this->getFormatLabel(),
],
],
];
+6
View File
@@ -48,6 +48,12 @@ class ProfitLoss extends Widget
'radius' => '12',
],
],
'yaxis' => [
'labels' => [
'formatter' => $this->getFormatLabel(),
],
],
];
$chart->setType('bar')