Merge pull request #2480 from brkcvn/master

Added format label relating chart pages
This commit is contained in:
Burak Civan 2022-06-24 16:40:19 +03:00 committed by GitHub
commit ae9b84bd56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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')