Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16132)
+++ schedule/Module/calendar.php	(revision 16133)
@@ -234,6 +234,7 @@
 										
 									var chart = new Highcharts.Chart(options);
-									
-										chart.addSeries({name:source[i], data:[]}); // created a series of data and add name of displayed source
+									for(var src=0;src<i;src++)
+									{
+										chart.addSeries({name:source[src], data:[]}); // created a series of data and add name of displayed source
 										for(var DataCnt=0;DataCnt<Data.length;DataCnt++)
 										{
@@ -245,5 +246,5 @@
 											
 										}
-									
+									}
 								
 										
