Ignore:
Timestamp:
05/20/13 08:24:28 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15711 r15712  
    8989                                                                        document.getElementById('data').innerHTML=newdata;
    9090                                                                        $(function () {
    91                                                                                 var data = '[2,5,6,7,8,9,10,12,5,6,7]';
     91                                                                                var data = '[23,41]';
    9292
    9393
     
    106106                                                                                $.each(data, function (i, ligne) {
    107107                                                                                        var ind = names.indexOf(ligne.name),
    108                                                                                                 splited = ligne.data.split(','),
    109                                                                                                 //x = parseFloat(splited[0]),
    110                                                                                                 y = parseFloat(splited[1]);
    111                                                                                         if (ind == -1) {
     108                                                                                               
    112109                                                                                                ind = names.push(ligne.name) - 1;
    113110                                                                                                options.series.push({
     
    116113                                                                                                });
    117114                                                                                        }
    118                                                                                         if(!isNaN(x) && !isNaN(y)){
    119                                                                                                 options.series[ind].data.push([y]);   
    120                                                                                         }
    121115                                                                                });
    122116                                                                               
Note: See TracChangeset for help on using the changeset viewer.