Ignore:
Timestamp:
05/27/13 16:34:15 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16320 r16321  
    108108                                                        //var rows;
    109109                                                        var val = [];
     110                                                        var T = [];
    110111                                                        for( src=0;src<source.length;src++)
    111112                                                        {
     
    128129                                                                                        rows=line[row].split(',');
    129130                                                                                        val.push(rows[4]);
     131                                                                                        T.push(rows[0]);
    130132                                                                                }
    131                                                                                 GraphData(val);
     133                                                                                GraphData(val,T);
    132134                                                                        }
    133135                                                                }
     
    136138                                                                xmlhttp.send();
    137139                                                        }
    138                                                         function GraphData(x)
     140                                                        function GraphData(y,x)
    139141                                                        {
    140                                                                 document.getElementById('data').innerHTML=x;
     142                                                                document.getElementById('data').innerHTML=x+""+y;
    141143                                                        }
    142144                                                       
Note: See TracChangeset for help on using the changeset viewer.