Changeset 16179
- Timestamp:
- 05/24/13 18:46:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16178 r16179 253 253 254 254 } 255 loadGraph(DataValue,Time );255 loadGraph(DataValue,Time,options); 256 256 } 257 257 258 258 259 259 260 function loadGraph(x,y )260 function loadGraph(x,y,options) 261 261 { 262 262 var chart = new Highcharts.Chart(options);
Note:
See TracChangeset
for help on using the changeset viewer.