You are here

public function GoogleOptions::setSliceVisibilityThreshold in Charts 8.3

Parameters

float $sliceVisibilityThreshold:

File

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

Class

GoogleOptions
Class GoogleOptions.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setSliceVisibilityThreshold(float $sliceVisibilityThreshold) {
  $this->sliceVisibilityThreshold = $sliceVisibilityThreshold;
}