public function GoogleOptions::getStacking in Charts 8.3
Gets stacking chart option.
Return value
mixed Stacking option.
File
- modules/
charts_google/ src/ Settings/ Google/ GoogleOptions.php, line 552
Class
- GoogleOptions
- Class GoogleOptions.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function getStacking() {
return $this->isStacked;
}