Changeset 16687


Ignore:
Timestamp:
06/04/13 15:23:57 (11 years ago)
Author:
tanio
Message:
 
Location:
schedule
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16683 r16687  
    104104                                                        year =this.selection.print("%Y").join("\n");   
    105105                             GetData();
    106                                                          getDate(day);
    107                                                          alert(day);
     106                                                       
    108107                               
    109108                });
  • schedule/js/chart.js

    r16686 r16687  
    77           // alert (source[i]);
    88                GetXMLData(i, source);
    9                
    109                //$('#data').append('1st'+source);
    1110        }
    1211}
    13 
    1412
    1513function GetXMLData(index, source)
     
    9896                for(row=0;row<dataSource[i].length;row++)
    9997                {
    100                         //rows=line[row].split(',');
    101                         Temp[row]=dataSource[i][0];
     98                        rows=line[row].split(',');
     99                        Temp[row]=rows[0];
    102100                        dataGraph[i].push(parseFloat(rows[4])||parseFloat('0'));
    103101                        for(T=0;T<Temp.length;T++)
     
    178176                                })
    179177                }
    180                 $('#data').append(i + ": " + source[i] + ' GRAPH DATA ' + dataSource[i] + ' Time ' + Time[i]);
     178                //$('#data').append(i + ": " + source[i] + ' GRAPH DATA ' + dataGraph[i] + ' Time ' + Time[i]);
    181179        }
    182180       
Note: See TracChangeset for help on using the changeset viewer.