public function ChartData::setLabels in Charts 8
Same name and namespace in other branches
- 8.3 modules/charts_c3/src/Settings/CThree/ChartData.php \Drupal\charts_c3\Settings\CThree\ChartData::setLabels()
Parameters
mixed $labels:
File
- modules/
charts_c3/ src/ Settings/ CThree/ ChartData.php, line 63
Class
Namespace
Drupal\charts_c3\Settings\CThreeCode
public function setLabels($labels) {
$this->labels = $labels;
}