You are here

public function Chart::setBackgroundColor in Charts 8.3

Set BackgroundColor.

Parameters

string $backgroundColor: BackgroundColor.

File

modules/charts_highcharts/src/Settings/Highcharts/Chart.php, line 108

Class

Chart
Chart.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setBackgroundColor($backgroundColor) {
  $this->backgroundColor = $backgroundColor;
}