Exemplo n.º 1
0
 function OFC_Charts_Series_Dot_Hollow($type = 'hollow-dot')
 {
     parent::OFC_Charts_Series_Dot($type);
 }
Exemplo n.º 2
0
 function OFC_Charts_Series_Dot_Solid()
 {
     parent::OFC_Charts_Series_Dot('solid-dot');
 }