You are here

public function ChartGauge::getUnits 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::getUnits()
  2. 8.3 modules/charts_c3/src/Settings/CThree/ChartGauge.php \Drupal\charts_c3\Settings\CThree\ChartGauge::getUnits()

Return value

mixed

File

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

Class

ChartGauge
Gauge settings.

Namespace

Drupal\charts_c3\Settings\CThree

Code

public function getUnits() {
  return $this->units;
}