Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 15733)
+++ schedule/Module/calendar.php	(revision 15734)
@@ -92,5 +92,5 @@
 										
 									}*/
-									newdata='['+newline+']';
+									newdata=newline;
 									document.getElementById('data').innerHTML=newdata;
 									$(function () {
@@ -113,5 +113,5 @@
 												
 											//	ind = names.push(ligne.name) - 1;
-												options.series.data.push(data);
+												options.series.data.push([data]);
 												
 											}); 
