public function __construct($chartLabel)
 {
     parent::__construct($chartLabel);
     $this->defaults = array_merge($this->defaults, array('pieHole'));
     $this->chartType = 'PieChart';
 }