Index: /schedule/js/chart.js
===================================================================
--- /schedule/js/chart.js	(revision 16657)
+++ /schedule/js/chart.js	(revision 16658)
@@ -94,5 +94,5 @@
 	{
 		dataGraph[i] = new Array(); //dataGraph contains the individual points for each source i
-		//Time[i] = new Array(); // Time contains the individual time for each sources.
+		Time[i] = new Array(); // Time contains the individual time for each sources.
 		for(row=0;row<dataSource[i].length;row++)
 		{
@@ -100,5 +100,5 @@
 			Temp[row]=rows[0];
 			dataGraph[i].push(parseFloat(rows[4])||parseFloat('0'));
-			/*for(TT=0;TT<Temp.length;TT++)
+			for(TT=0;TT<Temp.length;TT++)
 			{
 				rowsTime=Temp[TT].split(":");
@@ -203,6 +203,6 @@
 				
 				
-			}*/
-			//Time[i].push(HourMin[row]);
+			}
+			Time[i].push(HourMin[row]);
 			
 		}
