You are here

public function ChartGauge::getMin in Charts 8.3

Same name in this branch
  1. 8.3 modules/charts_billboard/src/Settings/Billboard/ChartGauge.php \Drupal\charts_billboard\Settings\Billboard\ChartGauge::getMin()
  2. 8.3 modules/charts_c3/src/Settings/CThree/ChartGauge.php \Drupal\charts_c3\Settings\CThree\ChartGauge::getMin()

Return value

mixed

File

modules/charts_c3/src/Settings/CThree/ChartGauge.php, line 33

Class

ChartGauge
Gauge settings.

Namespace

Drupal\charts_c3\Settings\CThree

Code

public function getMin() {
  return $this->min;
}