You are here

public function GoogleOptions::setWidth in Charts 8.3

Sets the width of the chart.

Parameters

mixed $width: Width of the chart, in pixels.

File

modules/charts_google/src/Settings/Google/GoogleOptions.php, line 502

Class

GoogleOptions
Class GoogleOptions.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setWidth($width) {
  $this->width = $width;
}