-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (22 loc) · 795 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (22 loc) · 795 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
</head>
<body>
<div id="map"></div>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://d3js.org/topojson.v1.min.js"></script>
<script src="http://colorbrewer2.org/export/colorbrewer.js"></script>
<script src="index.js"></script>
<h3>Country Information:</h3>
<div id="vis1" class = "graphDiv"></div>
<div id="vis2" class = "graphDiv"></div>
<div id="vis3" class = "graphDiv"></div>
<div id="vis4" class = "graphDiv"></div>
<div id="vis5" class = "graphDiv"></div>
<div id="vis6" class = "graphDiv"></div>
</body>
</html>