You are here

public function GoogleOptions::setHeight in Charts 8.3

Sets the height of the chart.

Parameters

mixed $height: Height of the chart, in pixels.

File

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

Class

GoogleOptions
Class GoogleOptions.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setHeight($height) {
  $this->height = $height;
}