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