Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16274)
+++ schedule/Module/calendar.php	(revision 16275)
@@ -15,5 +15,5 @@
     <script src="Module/src/js/lang/en.js"></script>
 <style type="text/css">
-      .highlight { color: #f00 !important; }
+      .highlight { color: #0f0 !important; font-weight: bold; }
       .highlight2 { color: #0f0 !important; font-weight: bold; }
     </style>
@@ -128,5 +128,6 @@
 									var options = {
 										chart: {
-											renderTo: 'container' /* display to div Graph*/
+											renderTo: 'container',
+											type:'line'/* display to div Graph*/
 											
 										},
@@ -158,5 +159,5 @@
 										
 											marker : {
-												enabled:false
+												enabled:true
 											}
 										}
