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

@@ -304,8 +304,8 @@ abstract class Report
public function setChartLabelFormatter()
{
$this->chart['bar']['yaxis']['labels']['formatter'] = $this->getFormatLabel();
$this->chart['donut']['yaxis']['labels']['formatter'] = $this->getFormatLabel('percent');
$this->chart['bar']['yaxis']['labels']['formatter'] = $this->getChartLabelFormatter();
$this->chart['donut']['yaxis']['labels']['formatter'] = $this->getChartLabelFormatter('percent');
}
public function setYear()