OEModule\OphCiExamination\components\VisualOutcomeReport::graphConfig PHP Méthode

graphConfig() public méthode

public graphConfig ( ) : string
Résultat string
    public function graphConfig()
    {
        $this->graphConfig['chart']['renderTo'] = $this->graphId();
        $this->graphConfig['subtitle']['text'] = 'Total Eyes: ' . $this->totalEyes;
        return json_encode(array_merge_recursive($this->globalGraphConfig, $this->graphConfig));
    }