label formatter added for Report charts
This commit is contained in:
@ -55,8 +55,8 @@ class CashFlow extends Widget
|
||||
'position' => 'top',
|
||||
],
|
||||
'yaxis' => [
|
||||
'labels' => [
|
||||
'formatter' => $this->getFormatLabel(),
|
||||
'labels' => [
|
||||
'formatter' => $this->getFormatLabel(),
|
||||
],
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user