You are here

public function GoogleOptions::setSubTitle in Charts 8.3

Set Subtitle.

Sets the subtitle of the Material Chart. Only Material Charts support subtitle.

Parameters

string $title: SubTitle.

File

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

Class

GoogleOptions
Class GoogleOptions.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setSubTitle($title) {
  $this->subTitle = $title;
}