Example #1
0
File: 3d.php Project: rodrigorm/OFC
 function OFC_Charts_Bar_Round_3d()
 {
     parent::OFC_Charts_Bar_Round();
     $this->type = 'bar_round3d';
 }
Example #2
0
 function OFC_Charts_Bar_Round_Glass()
 {
     parent::OFC_Charts_Bar_Round();
     $this->type = 'bar_round_glass';
 }