Changeset 16275 for schedule/Module
- Timestamp:
- 05/25/13 06:53:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16274 r16275 15 15 <script src="Module/src/js/lang/en.js"></script> 16 16 <style type="text/css"> 17 .highlight { color: # f00 !important; }17 .highlight { color: #0f0 !important; font-weight: bold; } 18 18 .highlight2 { color: #0f0 !important; font-weight: bold; } 19 19 </style> … … 128 128 var options = { 129 129 chart: { 130 renderTo: 'container' /* display to div Graph*/ 130 renderTo: 'container', 131 type:'line'/* display to div Graph*/ 131 132 132 133 }, … … 158 159 159 160 marker : { 160 enabled: false161 enabled:true 161 162 } 162 163 }
Note:
See TracChangeset
for help on using the changeset viewer.