Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16257)
+++ schedule/Module/calendar.php	(revision 16258)
@@ -297,6 +297,6 @@
 														
 														chart.series[src].addPoint({ // series[0] means index of zero in data;
-														x:Time[DataCnt], // Time
-														y:DataValue[DataCnt] // Value
+														x:Time[[DataCnt]], // Time
+														y:DataValue[[DataCnt]] // Value
 														})
 														
