Index: /schedule/Module/Graph.js
===================================================================
--- /schedule/Module/Graph.js	(revision 16210)
+++ /schedule/Module/Graph.js	(revision 16211)
@@ -1,7 +1,9 @@
 function Graph()
 {
+var container1	 = $('<div>').appendTo('container');
  var options = {
 			chart: {
-				renderTo: 'container' /* display to div Graph*/
+				renderTo: container1,
+				height:400/* display to div Graph*/
 				
 			},
Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 16210)
+++ /schedule/Module/calendar.php	(revision 16211)
@@ -277,5 +277,5 @@
 								
 							}
-							Charts();
+							//Charts();
 							$('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
 							
