Exemplo n.º 1
0
Arquivo: 3d.php Projeto: rodrigorm/OFC
 function OFC_Charts_Bar_Round_3d()
 {
     parent::OFC_Charts_Bar_Round();
     $this->type = 'bar_round3d';
 }
Exemplo n.º 2
0
 function OFC_Charts_Bar_Round_Glass()
 {
     parent::OFC_Charts_Bar_Round();
     $this->type = 'bar_round_glass';
 }