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