Exemple #1
0
 public function beforeRender()
 {
     parent::beforeRender();
     $this->config->show_all_ticks = true;
     $this->config->datatable_js_type = 'JqplotPieGraphDataTable';
 }
Exemple #2
0
 public function beforeRender()
 {
     parent::beforeRender();
     $this->config->datatable_js_type = 'JqplotEvolutionGraphDataTable';
 }