FlotChart::configureChart PHP Méthode

configureChart() public méthode

Apply configuration to the chart as a whole.
public configureChart ( array $config ) : FlotChart
$config array
Résultat FlotChart
    public function configureChart(array $config)
    {
        $this->options = array_replace_recursive($this->options, $config);
        return $this;
    }