renamed chart formatter function
This commit is contained in:
@ -56,7 +56,7 @@ class CashFlow extends Widget
|
||||
],
|
||||
'yaxis' => [
|
||||
'labels' => [
|
||||
'formatter' => $this->getFormatLabel(),
|
||||
'formatter' => $this->getChartLabelFormatter(),
|
||||
],
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user