Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 15866)
+++ schedule/Module/calendar.php	(revision 15867)
@@ -149,5 +149,5 @@
 										//data = JSON.parse(data);
 										
-											options.series.push({data:newdata});
+											options.series.push({data:[[12,42],[14,66]]});
 									
 										var chart = new Highcharts.Chart(options);
