@@ -265,7 +265,7 @@ function limits()
265
265
266
266
/* Mark all series as drawable */
267
267
function drawAll ()
268
- { foreach ($ this ->Data ["Series " ] as $ Key => $ Value ) { if ( $ this ->Data ["Abscissa " ] != $ Key ) { $ this ->Data ["Series " ][$ Key ]["isDrawable " ]=TRUE ; } } }
268
+ { foreach ($ this ->Data ["Series " ] as $ Key => $ Value ) { if ( $ this ->Data ["Abscissa " ] != $ Key ) { $ this ->Data ["Series " ][$ Key ]["isDrawable " ]=TRUE ; } } }
269
269
270
270
/* Return the average value of the given serie */
271
271
function getSerieAverage ($ Serie )
@@ -606,7 +606,7 @@ function initialise($Serie)
606
606
$ this ->Data ["Series " ][$ Serie ]["Color " ]["Alpha " ] = 100 ;
607
607
}
608
608
}
609
-
609
+
610
610
function normalize ($ NormalizationFactor =100 ,$ UnitChange =NULL ,$ Round =1 )
611
611
{
612
612
$ Abscissa = $ this ->Data ["Abscissa " ];
@@ -777,12 +777,13 @@ function saveOrientation($Orientation) { $this->Data["Orientation"]=$Orientation
777
777
function convertToArray ($ Value )
778
778
{ return array ($ Values ); }
779
779
780
+
780
781
/* Class string wrapper */
781
782
function __toString ()
782
783
{ return ("pData object. " ); }
783
784
784
- function left ($ value ,$ NbChar ) { return substr ($ value ,0 ,$ NbChar ); }
785
- function right ($ value ,$ NbChar ) { return substr ($ value ,strlen ($ value )-$ NbChar ,$ NbChar ); }
786
- function mid ($ value ,$ Depart ,$ NbChar ) { return substr ($ value ,$ Depart -1 ,$ NbChar ); }
785
+ function left ($ value ,$ NbChar ) { return substr ($ value ,0 ,$ NbChar ); }
786
+ function right ($ value ,$ NbChar ) { return substr ($ value ,strlen ($ value )-$ NbChar ,$ NbChar ); }
787
+ function mid ($ value ,$ Depart ,$ NbChar ) { return substr ($ value ,$ Depart -1 ,$ NbChar ); }
787
788
}
788
789
?>
0 commit comments