예제 #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
 public function beforeRender()
 {
     parent::beforeRender();
     $this->config->datatable_js_type = 'JqplotEvolutionGraphDataTable';
 }