Index: /schedule/js/chart.js
===================================================================
--- /schedule/js/chart.js	(revision 16714)
+++ /schedule/js/chart.js	(revision 16715)
@@ -116,5 +116,5 @@
 			
 		}
-		for(Graph=0;Graph<dataGraph[i].length;Graph++)
+		/*for(Graph=0;Graph<dataGraph[i].length;Graph++)
 		{						
 				chart.series[i].addPoint({ // series[0] means index of zero in data;
@@ -122,5 +122,5 @@
 				y:dataGraph[i][Graph] // Value
 				})
-		}
+		}*/
 		//$('#data').append(i + ": " + source[i] + ' Time ' + Time[i]);
 	}
