Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 15834)
+++ schedule/Module/calendar.php	(revision 15837)
@@ -97,16 +97,17 @@
 											//arr[row]="["+f[4]+"]";	
 											newline[row]=(parseFloat(f[4])||parseInt("0"));
+											var s=[];
+											for(var c=0;c<newline.length;c++)
+											{
+												if(newline[c]==0)
+												{
+													
+												}						
+												else
+													s.push(parseFloat(newline[c]));
+											}
 											
 									}
-									var s=[];
-									for(var c=0;c<newline.length;c++)
-									{
-										if(newline[c]==0)
-										{
-											
-										}						
-										else
-											s.push(parseFloat('['+newline[c]+']'));
-									}
+									
 									var temp = "";
 									var Hours = "";
@@ -115,5 +116,5 @@
 									
 									newdata=s;
-									document.getElementById('data').innerHTML=arrTime;
+									document.getElementById('data').innerHTML=arr;
 									
 									$(function () {
@@ -132,5 +133,5 @@
 										data = JSON.parse(data);
 										
-											options.series.push({data:data});
+											options.series.push({data:[data]});
 									
 										var chart = new Highcharts.Chart(options);
