-
Notifications
You must be signed in to change notification settings - Fork 0
/
Open-graph.html
32 lines (19 loc) · 924 Bytes
/
Open-graph.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title> Graph </title>
<!-- Jquery ui library used for the autocomplete function -->
<link rel="stylesheet" href="jquery-ui-1.12.1/jquery-ui.min.css">
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.4.0/Chart.min.js"></script>
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<link rel="icon" type="image/png" sizes="36x36" href="./images/favicon.png">
<script type="text/javascript" src="dist/graph.js"></script>
</head>
<body onload="Storage()">
<div id="container" style="position: fixed; right: 11%; top:11%; height:85%; width:85%;"></div>
</body>
</html>