- Timestamp:
- 05/25/13 00:12:47 (12 years ago)
- Location:
- schedule/Module
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/Graph.js
r16210 r16211 1 1 function Graph() 2 2 { 3 var container1 = $('<div>').appendTo('container'); 3 4 var options = { 4 5 chart: { 5 renderTo: 'container' /* display to div Graph*/ 6 renderTo: container1, 7 height:400/* display to div Graph*/ 6 8 7 9 }, -
schedule/Module/calendar.php
r16210 r16211 277 277 278 278 } 279 Charts();279 //Charts(); 280 280 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 281 281
Note:
See TracChangeset
for help on using the changeset viewer.