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