Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 16147)
+++ /schedule/Module/calendar.php	(revision 16148)
@@ -154,4 +154,5 @@
 											}
 												DataVal[row]=(parseFloat(splitted[4])||parseInt('0'));
+												document.getElementbyId().innerHTML=DataVal;
 											for(var Data=0; Data<DataVal.length;Data++)
 											{
@@ -243,5 +244,5 @@
 										{
 											chart.addSeries({name:source[src], data:[]}); // created a series of data and add name of displayed source
-											for(var DataCnt=0;DataCnt<DataValue[src].length;DataCnt++)
+											for(var DataCnt=0;DataCnt<DataValue.length;DataCnt++)
 											{
 												
