コード例 #1
0
ファイル: Pie.php プロジェクト: piwik/piwik
 public function beforeRender()
 {
     parent::beforeRender();
     $this->config->show_all_ticks = true;
     $this->config->datatable_js_type = 'JqplotPieGraphDataTable';
 }
コード例 #2
0
ファイル: Evolution.php プロジェクト: carriercomm/piwik
 public function beforeRender()
 {
     parent::beforeRender();
     $this->config->datatable_js_type = 'JqplotEvolutionGraphDataTable';
 }