source: schedule/chart.php@ 15607

Last change on this file since 15607 was 15584, checked in by tanio, 11 years ago
File size: 430 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<?php
5 include 'function/Graph.php';
6?>
7<script type="text/javascript">
8 //document.getElementById('Time').innerHTML=arr;
9</script>
10<div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day']; ?></div>
11<div id="container" style="width:100%; height:435px"></div>
Note: See TracBrowser for help on using the repository browser.