Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 15711)
+++ schedule/Module/calendar.php	(revision 15712)
@@ -89,5 +89,5 @@
 									document.getElementById('data').innerHTML=newdata;
 									$(function () {
-										var data = '[2,5,6,7,8,9,10,12,5,6,7]';
+										var data = '[23,41]';
 
 
@@ -106,8 +106,5 @@
 										$.each(data, function (i, ligne) {
 											var ind = names.indexOf(ligne.name),
-												splited = ligne.data.split(','),
-												//x = parseFloat(splited[0]),
-												y = parseFloat(splited[1]);
-											if (ind == -1) {
+												
 												ind = names.push(ligne.name) - 1;
 												options.series.push({
@@ -116,7 +113,4 @@
 												});
 											} 
-											if(!isNaN(x) && !isNaN(y)){
-												options.series[ind].data.push([y]);    
-											}
 										});
 										
