示例#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';
 }