You are here

public function GoogleOptions::getSliceVisibilityThreshold in Charts 8.3

Return value

float

File

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

Class

GoogleOptions
Class GoogleOptions.

Namespace

Drupal\charts_google\Settings\Google

Code

public function getSliceVisibilityThreshold() {
  return $this->sliceVisibilityThreshold;
}