You are here

public function HighchartsOptions::setPlotOptions in Charts 8.3

Set Plot Options.

Parameters

mixed $plotOptions: Plot Options.

File

modules/charts_highcharts/src/Settings/Highcharts/HighchartsOptions.php, line 152

Class

HighchartsOptions
Highcharts.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setPlotOptions($plotOptions) {
  $this->plotOptions = $plotOptions;
}