-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscatterplot.html
More file actions
29 lines (21 loc) · 762 Bytes
/
Copy pathscatterplot.html
File metadata and controls
29 lines (21 loc) · 762 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
28
29
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="description" content="Data Visualisation Crime Statistics Visualisation" />
<meta name="keywords" content="HTML, CSS, D3" />
<meta name="author" content="Nathan Davies - 101094460">
<script src="https://d3js.org/d3.v5.min.js"></script>
<script type="text/javascript" src="scripts/scatterplot.js"></script>
<link rel="stylesheet" type="text/css" href="styles/theme.css">
<title>Scatter Plot | Crime Data Visualisation</title>
</head>
<body>
<h1>Crime Data Visualisation - Scatter Plot</h1>
<p id="chart"></p>
</body>
<footer>
<br>
<span>COS30045 - Data Visualisation<br>Nathan Davies - 101094460</span>
</footer>
</html>