-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbigdata_tilegrid.html
More file actions
27 lines (22 loc) · 927 Bytes
/
bigdata_tilegrid.html
File metadata and controls
27 lines (22 loc) · 927 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">
<title>d3.js Tile Grid - Chris Evans</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<link rel="stylesheet" href="_include/css/fonts/droid.css" type="text/css" charset="utf-8" />
<link href="_include/css/bigdata.tilegrid.css" rel="stylesheet">
</head>
<body>
<div id="wrapper">
<div id="menu" class="group"></div>
<div id="chart"></div>
</div>
<div id="title"><span class="large">Tile Grid Visualisation</span></div>
<footer>
a d3.js visualisation by Chris Evans using aviation accident data analysed by InterSystems iFind
</footer>
<script type="text/javascript" src="_include/js/bigdata.tilegrid.js"></script>
</body>
</html>