*/ class Bar extends EmptyGraph { protected $id = 'barGraph'; protected $name = 'barGraph'; public function initContent() { parent::initContent(); $this->setChartTypeToBar(); } }