public function GoogleOptions::getWidth in Charts 8.3
Gets the width of the chart.
Return value
mixed Width.
File
- modules/
charts_google/ src/ Settings/ Google/ GoogleOptions.php, line 492
Class
- GoogleOptions
- Class GoogleOptions.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function getWidth() {
return $this->width;
}