Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 15698)
+++ /schedule/Module/calendar.php	(revision 15699)
@@ -99,5 +99,5 @@
 										
 									}
-									newdata+=newline.join(",");
+									newdata=newline.join(",");
 									document.getElementById('data').innerHTML=newdata;
 									var chart = new Highcharts.Chart({
@@ -155,5 +155,5 @@
 							xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
 							xmlhttp.send();
-							$('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
+							$('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year+"&new="+newdata);
 							
 						  });
Index: /schedule/chart.php
===================================================================
--- /schedule/chart.php	(revision 15698)
+++ /schedule/chart.php	(revision 15699)
@@ -2,2 +2,3 @@
 <div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day'];?></div>
 <div id="container" style="width:100%; height:435px"></div>
+<?php $_GET['new']; ?>
