-
-
Notifications
You must be signed in to change notification settings - Fork 56
/
index.html
128 lines (122 loc) · 4.99 KB
/
index.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>D3 Tutorial</title>
<meta name="description" content="D3 Tutorial" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
margin: auto;
max-width: 800px;
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
a,
a:visited {
color: black;
}
</style>
</head>
<body>
<h1>D3 Tutorial 📊📈</h1>
<section>
<p>
This is a short interactive tutorial introducing the basic elements and concepts of D3. The tutorial itself is
hosted on Github. This page just contains a summary link list of all examples.
</p>
<p>
The tutorial itself is located at
<a href="https://github.com/sgratzl/d3tutorial/blob/master/README.md">https://github.com/sgratzl/d3tutorial</a>.
</p>
</section>
<section>
<h2>Part 1: Dive into D3 aka. Student's First Barchart</h2>
<ol>
<li>
<a href="./examples/barchart01_initial.html">Initial</a>
<a href="https://codepen.io/sgratzl/pen/xRrrgp" target="_blank" rel="noopener noreferer">(@Codepen.io)</a>
</li>
<li>
<a href="./examples/barchart02_title.html">Adding Title</a>
<a href="https://codepen.io/sgratzl/pen/PooYYzb" target="_blank" rel="noopener noreferer">(@Codepen.io)</a>
</li>
<li>
<a href="./examples/barchart03_json.html">Loading Data</a>
<a href="https://codepen.io/sgratzl/pen/poozzbL" target="_blank" rel="noopener noreferer">(@Codepen.io)</a>
</li>
<li>
<a href="./examples/barchart04_scale.html">Using Scales</a>
<a href="https://codepen.io/sgratzl/pen/oNNvvzv" target="_blank" rel="noopener noreferer">(@Codepen.io)</a>
</li>
<li>
<a href="./examples/barchart05_interactive.html">Interactive Filtering</a>
<a href="https://codepen.io/sgratzl/pen/JjjPPRQ" target="_blank" rel="noopener noreferer">(@Codepen.io)</a>
</li>
<li>
<a href="./examples/barchart06_animation.html">Animation</a>
<a href="https://codepen.io/sgratzl/pen/dyybbNP" target="_blank" rel="noopener noreferer">(@Codepen.io)</a>
</li>
<li>
<a href="./examples/barchart07_final.html">Final Barchart</a>
<a href="https://codepen.io/sgratzl/pen/NWWKKda" target="_blank" rel="noopener noreferer">(@Codepen.io)</a>
</li>
</ol>
</section>
<section>
<h2>Part 2: Student's First Multiple Coordinated View</h2>
<ol>
<li>
<a href="./examples/mcv01_initial.html">Initial</a>
<a href="https://codepen.io/sgratzl/pen/bQzNBO" target="_blank" rel="noopener noreferer">(@Codepen.io)</a>
</li>
<li>
<a href="./examples/mcv02_piechart.html">Pie Chart Layout</a>
<a href="https://codepen.io/sgratzl/pen/abbooyg" target="_blank" rel="noopener noreferer">(@Codepen.io)</a>
</li>
<li>
<a href="./examples/mcv03_interaction.html">Interaction</a>
<a href="https://codepen.io/sgratzl/pen/QWWLLqm" target="_blank" rel="noopener noreferer">(@Codepen.io)</a>
</li>
<li>
<a href="./examples/mcv04_morevisses.html">More Visualization</a>
<a href="https://codepen.io/sgratzl/pen/VVgYqx" target="_blank" rel="noopener noreferer">(@Codepen.io)</a>
</li>
<li>
<a href="./examples/mcv05_transitions.html">Advanced Animations</a>
<a href="https://codepen.io/sgratzl/pen/WNNeeXM" target="_blank" rel="noopener noreferer">(@Codepen.io)</a>
</li>
<li>
<a href="./examples/mcv06_final.html">Final Result</a>
<a href="https://codepen.io/sgratzl/pen/yLLBBPx" target="_blank" rel="noopener noreferer">(@Codepen.io)</a>
</li>
</ol>
</section>
<section>
<h2>Layout Examples</h2>
<ul>
<li>
<a href="./examples/pie.html">Pie Chart</a>
<a href="https://codepen.io/sgratzl/pen/BaaBBdZ" target="_blank" rel="noopener noreferer">(@Codepen.io)</a>
</li>
<li>
<a href="./examples/miserables.html">Force Directed Layout Example</a>
<a href="https://codepen.io/sgratzl/pen/poozzrK" target="_blank" rel="noopener noreferer">(@Codepen.io)</a>
</li>
</ul>
</section>
<section>
<h2>TypeScript Examples</h2>
<ul>
<li>
<a href="./examples/barchart_final_ts.html">Bar Chart</a>
<a href="https://codepen.io/sgratzl/pen/gObqdEG" target="_blank" rel="noopener noreferer">(@Codepen.io)</a>
</li>
<li>
<a href="./examples/mcv06_final_ts.html">MCV Example</a>
<a href="https://codepen.io/sgratzl/pen/pojoNNL" target="_blank" rel="noopener noreferer">(@Codepen.io)</a>
</li>
</ul>
</section>
</body>
</html>