예제 #1
0
 function OFC_Charts_Line_Hollow()
 {
     parent::OFC_Charts_Line();
     $this->type = 'line_hollow';
 }
 function OFC_Charts_Line_Dot()
 {
     parent::OFC_Charts_Line();
     $this->type = 'line_dot';
 }