Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 15710)
+++ schedule/Module/calendar.php	(revision 15711)
@@ -89,5 +89,5 @@
 									document.getElementById('data').innerHTML=newdata;
 									$(function () {
-										var data = '[{"name":"Station 1","data":"1360191600,398.625"},{"name":"Station 1","data":"1360192500,398.625"},{"name":"Station 1","data":"1360193400,398.25"},{"name":"Station 1","data":"1360194300,397.375"},{"name":"Station 1","data":"1360195200,397.5"},{"name":"Station 1","data":"1360196100,397.5"},{"name":"Station 1","data":"1360199700,396.75"},{"name":"Station 1","data":"1360200600,397"}]';
+										var data = '[2,5,6,7,8,9,10,12,5,6,7]';
 
 
@@ -107,5 +107,5 @@
 											var ind = names.indexOf(ligne.name),
 												splited = ligne.data.split(','),
-												x = parseFloat(splited[0]),
+												//x = parseFloat(splited[0]),
 												y = parseFloat(splited[1]);
 											if (ind == -1) {
@@ -117,5 +117,5 @@
 											} 
 											if(!isNaN(x) && !isNaN(y)){
-												options.series[ind].data.push([x,y]);    
+												options.series[ind].data.push([y]);    
 											}
 										});
