示例#1
0
文件: 3d.php 项目: rodrigorm/OFC
 function OFC_Charts_Bar_Round_3d()
 {
     parent::OFC_Charts_Bar_Round();
     $this->type = 'bar_round3d';
 }
示例#2
0
文件: Glass.php 项目: rodrigorm/OFC
 function OFC_Charts_Bar_Round_Glass()
 {
     parent::OFC_Charts_Bar_Round();
     $this->type = 'bar_round_glass';
 }