Changeset 15907 for schedule/Module/calendar.php
- Timestamp:
- 05/21/13 15:44:56 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r15905 r15907 144 144 //document.getElementById('data').innerHTML=source; 145 145 146 options.series.push({data:newdata}); 146 options.series.push({ 147 148 data:for(var i=0; i<arrTime.length;i++) 149 { 150 newline[i]; 151 }, 152 }); 147 153 var chart = new Highcharts.Chart(options); 148 154 … … 150 156 } 151 157 } 152 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+' '+"&time="+year+"-"+month+"-"+day,true);158 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true); 153 159 xmlhttp.send(); 154 160 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
Note:
See TracChangeset
for help on using the changeset viewer.