OEModule\OphCiExamination\components\RefractiveOutcomeReport::padCategories PHP Méthode

padCategories() protected méthode

protected padCategories ( )
    protected function padCategories()
    {
        for ($i = -10; $i <= 10; $i += 0.5) {
            $this->graphConfig['xAxis']['categories'][] = $i;
        }
        $this->graphConfig['xAxis']['min'] = 0;
        $this->graphConfig['xAxis']['max'] = count($this->graphConfig['xAxis']['categories']) - 1;
    }