source: schedule/chart.php@ 15553

Last change on this file since 15553 was 15538, checked in by tanio, 11 years ago
File size: 329 bytes
Line 
1<script src="js/jquery-1.7.2.min.js"></script>
2<script src="js/highcharts.js"></script>
3<script src="js/exporting.js"></script>
4<script type="text/javascript" src="js/chart.js">
5</script>
6<div><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day']; ?></div>
7<div id="container" style="width:100%; height:435px"></div>
Note: See TracBrowser for help on using the repository browser.