Changeset 16293
- Timestamp:
- 05/27/13 15:21:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16292 r16293 320 320 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source)+"&time="+year+"-"+month+"-"+day,true); 321 321 xmlhttp.send(); 322 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);322 323 323 } 324 324 var chart = new Highcharts.Chart(options); … … 326 326 { 327 327 chart.addSeries({name:source[src], data:[]}); // created a series of data and add name of displayed source 328 for(var i=0;i<Timedat [src].length;i++)328 for(var i=0;i<Timedata[src].length;i++) 329 329 { 330 330 … … 336 336 } 337 337 } 338 338 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 339 339 340 340
Note:
See TracChangeset
for help on using the changeset viewer.