-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwipBubble.html
39 lines (32 loc) · 963 Bytes
/
wipBubble.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
33
34
35
36
37
38
39
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Quant WIP Summary</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="wipBubble.css">
<script src="wipBubbleParams.js"></script>
</head>
<body>
<div class="container">
<div id="header">
<h1 id="report_title"></h1>
</div>
<div id="toolbar">
</div>
<div id="vis"></div>
<div class="footer">
<p id="footer_text"></p>
<p>
<a href="https://.../explodingBubbles/">Code</a>
</p>
</div>
</div>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://d3js.org/d3-scale-chromatic.v1.min.js"></script>
<script src="https://d3js.org/topojson.v2.min.js"></script>
<script src="tooltip.js"></script>
<script src="wipBubble.js"></script>
</body>
</html>