Changeset 16190 for schedule/Module
- Timestamp:
- 05/24/13 19:09:28 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16189 r16190 213 213 xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true); 214 214 xml.send(); 215 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);215 216 216 217 217 … … 219 219 loadGraph(DataValue,Time); 220 220 } 221 222 223 224 $(function loadGraph(y,x) 225 { 226 var options = { 221 var options = { 227 222 chart: { 228 223 renderTo: 'container' … … 262 257 } 263 258 }; 259 260 261 $(function loadGraph(y,x) 262 { 263 264 264 var chart = new Highcharts.Chart(options); 265 265 for(var src=0;src<i;src++) … … 278 278 279 279 } 280 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 280 281 document.getElementById('data').innerHTML=x; 281 282 });
Note:
See TracChangeset
for help on using the changeset viewer.