예제 #1
0
파일: Hollow.php 프로젝트: rodrigorm/OFC
 function OFC_Charts_Series_Dot_Hollow($type = 'hollow-dot')
 {
     parent::OFC_Charts_Series_Dot($type);
 }
예제 #2
0
파일: Solid.php 프로젝트: rodrigorm/OFC
 function OFC_Charts_Series_Dot_Solid()
 {
     parent::OFC_Charts_Series_Dot('solid-dot');
 }