public function __construct()
 {
     $this->setHtmlId('sales');
     parent::__construct();
 }
 public function __construct()
 {
     $this->_google_chart_params = array('cht' => 'lc', 'chf' => 'bg,s,f4f4f4|c,lg,90,ffffff,0.1,ededed,0', 'chm' => 'B,76a4fb,1,2,0|b,f4d4b2,0,1,0', 'chdl' => $this->__('Unique Clicks') . '|' . $this->__('Total Clicks'), 'chco' => '2424ff,db4814', 'chxt' => 'x,y,y', 'chxlexpend' => '|2:|||(clicks)');
     $this->setHtmlId('traffics');
     parent::__construct();
 }
 public function __construct()
 {
     $this->setHtmlId('commissions');
     parent::__construct();
 }
 public function __construct()
 {
     $this->setHtmlId('transactions');
     parent::__construct();
 }
 public function __construct()
 {
     $this->_google_chart_params = array('cht' => 'lc', 'chf' => 'bg,s,f4f4f4|c,lg,90,ffffff,0.1,ededed,0', 'chm' => 'B,76a4fb,1,2,0|b,f4d4b2,0,1,0', 'chdl' => $this->__('Unique') . '|' . $this->__('Raw'), 'chco' => '2424ff,db4814');
     $this->setHtmlId('impressions');
     parent::__construct();
 }