You are here

public function ChartDimensions::getRatio in Charts 8

Same name and namespace in other branches
  1. 8.3 modules/charts_c3/src/Settings/CThree/ChartDimensions.php \Drupal\charts_c3\Settings\CThree\ChartDimensions::getRatio()

Return value

mixed

File

modules/charts_c3/src/Settings/CThree/ChartDimensions.php, line 11

Class

ChartDimensions

Namespace

Drupal\charts_c3\Settings\CThree

Code

public function getRatio() {
  return $this->ratio;
}