public function GoogleOptions::setYellowFrom in Charts 8.3
Parameters
mixed $yellowFrom:
File
- modules/
charts_google/ src/ Settings/ Google/ GoogleOptions.php, line 604
Class
- GoogleOptions
- Class GoogleOptions.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function setYellowFrom($yellowFrom) {
$this->yellowFrom = $yellowFrom;
}