Changeset 16658 for schedule


Ignore:
Timestamp:
06/03/13 18:12:48 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/js/chart.js

    r16657 r16658  
    9494        {
    9595                dataGraph[i] = new Array(); //dataGraph contains the individual points for each source i
    96                 //Time[i] = new Array(); // Time contains the individual time for each sources.
     96                Time[i] = new Array(); // Time contains the individual time for each sources.
    9797                for(row=0;row<dataSource[i].length;row++)
    9898                {
     
    100100                        Temp[row]=rows[0];
    101101                        dataGraph[i].push(parseFloat(rows[4])||parseFloat('0'));
    102                         /*for(TT=0;TT<Temp.length;TT++)
     102                        for(TT=0;TT<Temp.length;TT++)
    103103                        {
    104104                                rowsTime=Temp[TT].split(":");
     
    203203                               
    204204                               
    205                         }*/
    206                         //Time[i].push(HourMin[row]);
     205                        }
     206                        Time[i].push(HourMin[row]);
    207207                       
    208208                }
Note: See TracChangeset for help on using the changeset viewer.