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