-
Notifications
You must be signed in to change notification settings - Fork 54
/
select.html
27 lines (24 loc) · 934 Bytes
/
select.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>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.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">
<p>d3.select(parent)</p>
<p>.append(container)</p>
<p>.selectAll(element)</p>
<p>.data(json)</p>
<p>.enter()</p>
<p>.append(element)</p>
<p>.attr('attribute', value)</p>
<p>.attr('attribute', function_that_returns_value)</p>
</div>
</div>
</body>
</html>