Example #1
0
 /**
  *	Description...
  *
  *	@return void
  **/
 public function init()
 {
     $this->graph()->xaxis->SetLabelAngle(90);
     $this->graph()->SetMargin(100, 100, 70, $this->graph()->maxLabelLenth() * 9);
     $this->_plot->SetFillColor('#FAA619');
 }