You are here

public function HighchartsOptions::getPlotOptions in Charts 8.3

Get Plot Options.

Return value

mixed Plot Options.

File

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

Class

HighchartsOptions
Highcharts.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function getPlotOptions() {
  return $this->plotOptions;
}