Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 15914)
+++ schedule/Module/calendar.php	(revision 15915)
@@ -149,14 +149,37 @@
 									});*/						
 									//var chart = new Highcharts.Chart(options);
-									 $('#container').highcharts({
+									var chart = new Highcharts.Chart({
+										chart: {
+											renderTo: 'container' /* display to div Graph*/
+										},
+										
 										xAxis: {
-											categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
+											categories:["12PM","1PM","2PM","3PM","4PM","5PM","6PM","7PM","8PM","9PM","10PM","11PM","12AM","1AM","2AM","3AM","4AM","5AM","6AM","7AM","8AM","9AM","10AM","12PM"]
 										},
-										series: []
+										series:[], /* array of Data  */
+										
+										remove:function()
+										{
+											return false;
+										},
+										
+										 exporting: {							/*--------------------*/
+											buttons: {							/*					  */
+												exportButton: {					/*		Export		  */
+													menuItems: null,			/*		  to		  */
+													onclick: function() {		/*			PNG.file  */
+														this.exportChart();		/*--------------------*/
+													}
+												}
+											}
+										}
+										
+										
+										
 									});
 
 									// the button handler
 										  //newdata=[[21,4],[5,6],[7,8],[3,41]];
-										var chart = $('#container').highcharts();
+										
 										if (chart.series) {
 											chart.addSeries({name:"wa",
