Exemplo n.º 1
0
Arquivo: Pie.php Projeto: piwik/piwik
 public function beforeRender()
 {
     parent::beforeRender();
     $this->config->show_all_ticks = true;
     $this->config->datatable_js_type = 'JqplotPieGraphDataTable';
 }
Exemplo n.º 2
0
 public function beforeRender()
 {
     parent::beforeRender();
     $this->config->datatable_js_type = 'JqplotEvolutionGraphDataTable';
 }