forked from jleckron/MultiLineGraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (23 loc) · 746 Bytes
/
index.html
File metadata and controls
27 lines (23 loc) · 746 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>
<head>
<!-- Meta Tag -->
<meta charset="utf-8">
<!-- CSS Stylesheet -->
<link rel="stylesheet" type="text/css" href="MultiLinestylesheet.css">
<!-- D3.js Source -->
<script type= "text/javascript" src="https://d3js.org/d3.v5.min.js"></script>
</head>
<body>
<h1 style = "text-align:center; color:#000000">Energy Consumption per Capita</h1><br>
<!-- Your D3.js code for making a Bar Graph -->
<script type="text/javascript" src="MultilineChart.js"></script>
<div class="checkbox-div">
<ul class="country-list"> </ul>
</div>
<br>
<br>
<!-- Submission Info -->
<!--<h4>Created by "John Leckrone"</h4>-->
</body>
</html>