fixed spelling errors

highcharts
agp8x 2014-07-28 21:33:46 +02:00
parent ac31d04370
commit 1a902e0aae
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ get-modifiers:<br>
-lib (+force) : use custom svg-lib<br>
-short : linked (png only)<br>
-abs : absolut values instead of rounded<br>
-mode=last + num=[x] : dispolay last x hours
-mode=last + num=[x] : display last x hours

View File

@ -65,7 +65,7 @@ function logStats($datas,$type,$alt=false,$outlineAlt=0,$mode=1){
$unit=getUnit($type);
$stat=$timePoints=array();
if($alt===false){
if(is_array($data[$num])){
if(is_array($datas[$num])){
$stat=dataStat($datas[$num],$type);
$timePoints=outLinedLogPoints($datas[$num]);
}else{