Changeset 16297 for schedule/Module/calendar.php
- Timestamp:
- 05/27/13 15:30:02 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16296 r16297 282 282 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source)+"&time="+year+"-"+month+"-"+day,true); 283 283 xmlhttp.send(); 284 284 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 285 285 } 286 286 var options = { … … 332 332 { 333 333 334 chart.series[ 0].addPoint({ // series[0] means index of zero in data;334 chart.series[src].addPoint({ // series[0] means index of zero in data; 335 335 x:Timedata[src][i], // Time 336 336 y:YaxisData[src][i] // Value … … 339 339 } 340 340 } 341 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);341 342 342 343 343
Note:
See TracChangeset
for help on using the changeset viewer.