Changeset 15740 for schedule


Ignore:
Timestamp:
05/20/13 14:55:00 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15739 r15740  
    109109
    110110                                                                                data = JSON.parse(data);
    111                                                                                 //var names = [];
    112                                                                                 //$.each(data, function () {
    113                                                                                         //var ind = names.indexOf(ligne.name),
    114                                                                                                
    115                                                                                         //      ind = names.push(ligne.name) - 1;
    116                                                                                                 options.series.push({data:data});
    117                                                                                                
    118                                                                                          
    119111                                                                               
    120                                                                                
    121                                                                                 //console.log(options);
    122 
     112                                                                                        options.series.push({data:data});
     113                                                                       
    123114                                                                                var chart = new Highcharts.Chart(options);
    124115                                                                        });
    125116                                                                       
    126                                                                         /*$('#add').click(function(){
    127117                                                                               
    128                                                                         });*/
    129                                                                        
    130                                                                        
    131118                                                                }
    132119                                                        }
Note: See TracChangeset for help on using the changeset viewer.