Changeset 16630
- Timestamp:
- 06/03/13 16:37:31 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/js/chart.js
r16629 r16630 105 105 { 106 106 rowTime=Temp[TempTime].split(':'); 107 colonTime .push(rowTime[0]); // Contains the data of Time107 colonTime[TempTime]=rowTime[0]; // Contains the data of Time 108 108 colonMin.push(parseInt(rowTime[1]/60*100)||parseFloat('0')); // Contains the data of minutes 109 109 for(TempHour=0;TempHour<colonTime.length;TempHour++)
Note:
See TracChangeset
for help on using the changeset viewer.