Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 15701)
+++ /schedule/Module/calendar.php	(revision 15702)
@@ -101,58 +101,6 @@
 									newdata=newline.join(",");
 									document.getElementById('data').innerHTML=newdata;
-									/*for(var c=0;c<newline.length;c++)
-									{
-										arr[c];
-									};
-									var chart = new Highcharts.Chart({
-									
-									
-										chart: {
-											renderTo: 'container' /* display to div Graph*/
-									  /* },
-										
-										xAxis: {
-										labels: {
-													rotation: -45,
-													align: 'right',
-													},
-											categories:["","","","","","","","19:00","20:00","21:00","22:00","23:00","24:00","1:00","2:00","3:00","4:00","5:00","6:00","7:00"]},
-										series:[], /* array of Data  */
-										
-										/*remove:function()
-										{
-											return false;
-										},
-										
-										 exporting: {							/*--------------------*/
-										  /*buttons: {							/*					  */
-											/*exportButton: {					/*		Export		  */
-												/*	menuItems: null,			/*		  to		  */
-												  /* onclick: function() {		/*			PNG.file  */
-													/*	this.exportChart();		/*--------------------*/
-													/*}
-												}
-											}
-										},
-										
-										plotOptions:
-										{
-										series: {
-												marker: {
-													enabled: true,
-													
-												}
-												 
-										}
-										},
-									
-										
-										
-									});
-									/*$('#add').click(function(){
-										
-									});*/
 									$(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 = '[{"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"}]';
 
 
@@ -167,9 +115,9 @@
 										};
 
-										data = JSON.parse(data);
+										newline = JSON.parse(newline);
 										var names = [];
-										$.each(data, function (i, ligne) {
+										$.each(newline, function (i, ligne) {
 											var ind = names.indexOf(ligne.name),
-												splited = ligne.data.split(','),
+												splited = ligne.newline.split(','),
 												x = parseFloat(splited[0]),
 												y = parseFloat(splited[1]);
@@ -182,5 +130,5 @@
 											} 
 											if(!isNaN(x) && !isNaN(y)){
-												options.series[ind].data.push([x,y]);    
+												options.series[ind].newline.push([x,y]);    
 											}
 										});
