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