-
Notifications
You must be signed in to change notification settings - Fork 54
/
summary.html
24 lines (23 loc) · 952 Bytes
/
summary.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<link type="text/css" rel="stylesheet" href="style.css">
<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>Summary</h1>
<ul style="">
<li><strong>JSON</strong>: don't store data in JSON keys</li>
<li><strong>d3 + DOM</strong>: selectAll -> data -> enter -> append</li>
<li><strong>Chrome developer tools / Firebug</strong>: use liberally</li>
<li><strong>semantics</strong>: d3 is indeed a visualisation framework!</li>
</ul>
</div>
</div>
</body>
</html>