Changeset 16275 for schedule/Module


Ignore:
Timestamp:
05/25/13 06:53:51 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16274 r16275  
    1515    <script src="Module/src/js/lang/en.js"></script>
    1616<style type="text/css">
    17       .highlight { color: #f00 !important; }
     17      .highlight { color: #0f0 !important; font-weight: bold; }
    1818      .highlight2 { color: #0f0 !important; font-weight: bold; }
    1919    </style>
     
    128128                                                                        var options = {
    129129                                                                                chart: {
    130                                                                                         renderTo: 'container' /* display to div Graph*/
     130                                                                                        renderTo: 'container',
     131                                                                                        type:'line'/* display to div Graph*/
    131132                                                                                       
    132133                                                                                },
     
    158159                                                                               
    159160                                                                                        marker : {
    160                                                                                                 enabled:false
     161                                                                                                enabled:true
    161162                                                                                        }
    162163                                                                                }
Note: See TracChangeset for help on using the changeset viewer.