label formatter added for Report charts

This commit is contained in:
Burak Civan
2022-06-24 18:54:56 +03:00
parent 0c1ba876cd
commit 4ca4fdba73
2 changed files with 22 additions and 4 deletions

View File

@ -55,8 +55,8 @@ class CashFlow extends Widget
'position' => 'top',
],
'yaxis' => [
'labels' => [
'formatter' => $this->getFormatLabel(),
'labels' => [
'formatter' => $this->getFormatLabel(),
],
],
];