-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (26 loc) · 1.05 KB
/
index.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 Tag -->
<meta charset="utf-8">
<title>D3 GeoMapping</title>
<!-- CSS Stylesheet -->
<link rel="stylesheet" type="text/css" href="StatePopDensity.css">
<!-- D3.js Source -->
<script type= "text/javascript" src="https://d3js.org/d3.v3.min.js"></script>
<script src="//d3js.org/topojson.v1.min.js"></script>
</head>
<body>
<h1 style = "text-align:center; color:steelblue"><bold> Tennessee State Population </bold></h1>
<!-- Your D3.js code for making a Bar Graph -->
<div class = disButt>
<button id="button1">Change Map Colors</button>
<button id="button2">Show/Hide Census Tract Boundaries</button>
<button id="button3">Show/Hide County Boundaries</button>
</div>
<script type="text/javascript" src="StatePopDensity.js"></script>
<!-- Submission Info -->
<!--<h4>Created by "Your Name" </h4>-->
<footer>Created by: Alexander Francis Månebjælke Henry<br><br>CMPS165, Fall 2016, Suresh Lodha</footer>
</body>
</html>