renamed chart formatter function

This commit is contained in:
Denis Duliçi
2022-08-13 14:57:24 +03:00
parent 63dea26695
commit 5f476a9de6
4 changed files with 5 additions and 5 deletions

View File

@ -56,7 +56,7 @@ class CashFlow extends Widget
],
'yaxis' => [
'labels' => [
'formatter' => $this->getFormatLabel(),
'formatter' => $this->getChartLabelFormatter(),
],
],
];