-
Notifications
You must be signed in to change notification settings - Fork 6
/
viz.html
24 lines (24 loc) · 1.15 KB
/
viz.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Viz</title>
<script src="https://box309.bluehost.com/~falsifia/a/ko13/jquery.js" type="text/javascript"></script>
<script src="https://box309.bluehost.com/~falsifia/a/ko13/flot/jquery.flot.js" type="text/javascript"></script>
<script src="https://box309.bluehost.com/~falsifia/a/ko13/flot/jquery.flot.crosshair.js" type="text/javascript"></script>
<script src="https://box309.bluehost.com/~falsifia/a/ko13/JQuery.Flot.Highlighter.js" type="text/javascript"></script>
<script src="https://box309.bluehost.com/~falsifia/a/ko13/JQuery.Flot.Bubbles.js" type="text/javascript"></script>
<script src="viz/lib.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(lib.startMain);
</script>
</head>
<body>
<div id="plot" style="width:600px;height:600px"></div>
<div id="param_div">
<p id="param_div_wait_p">Please wait.</p>
</div>
<div id="script_holder"></div>
<p>Powered by <a href="https://code.google.com/p/flot/">flot</a> and <a href="http://www.jumware.com/Includes/">Jumware Includes</a>.</p>
</body>
</html>