forked from mikedewar/d3talk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
elements.html
28 lines (26 loc) · 1.04 KB
/
elements.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.v2.js"></script>
<link type="text/css" rel="stylesheet" href="prettify.css">
<script type="text/javascript" src="prettify.js"></script>
<link type="text/css" rel="stylesheet" href="style.css">
<title></title>
</head>
<body onload="prettyPrint()">
<div id="body">
<div id="header">
<h1>elements of a d3 viz:</h1>
<div style="margin-left:auto; margin-right:auto; width:850px; padding-top:0.5em">
<ul>
<li>json: data</li>
<li>html: structure</li>
<li>javascript+d3: layout</li>
<li>css: teh pretty</li>
</ul>
<span style="font-size:1.8em;">JSON + HTML + JS + CSS</span>
</div>
</div>
</div>
</body>
</html>