You are here

public function GoogleOptions::setStacking in Charts 8.3

Sets stacking chart option.

Parameters

mixed $isStacked: Stacking option.

File

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

Class

GoogleOptions
Class GoogleOptions.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setStacking($isStacked) {
  $this->isStacked = $isStacked;
}