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

@@ -95,7 +95,7 @@ trait Charts
return $chart;
}
public function getFormatLabel($type = 'money', $position = null)
public function getChartLabelFormatter($type = 'money', $position = null)
{
$label = '';
$decimal_mark = str_replace("'", "\\'", config('money.' . setting('default.currency') . '.decimal_mark'));