コード例 #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';
 }