You are here

public function PlotOptions::getPlotOptions in Charts 8.3

Get Plot Options.

Return value

mixed Plot Options.

File

modules/charts_highcharts/src/Settings/Highcharts/PlotOptions.php, line 16

Class

PlotOptions
Plot Options.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

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