OEModule\OphCiExamination\components\VisualOutcomeReport::graphConfig PHP 메소드

graphConfig() 공개 메소드

public graphConfig ( ) : string
리턴 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));
    }