-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (46 loc) · 1.49 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>D3</title>
</head>
<body>
<h2>D3 Excercises</h2>
<a href="area-chart/index.html">Area Chart</a>
<br>
<a href="area-chart-interpolation/index.html">Interpolation Area Chart</a>
<br>
<a href="array-statistical/index.html">d3 array statistical</a>
<br>
<a href="array-search-helper/index.html">d3 array search helper</a>
<br>
<a href="array-transformation/index.html">d3 array transformation</a>
<br>
<a href="bar-chart/index.html">Bar Chart</a>
<br>
<a href="donut-chart/index.html">Donut Chart</a>
<br>
<a href="half-donut-chart/index.html">Half-Donut Chart</a>
<br>
<a href="half-pie-chart/index.html">Half-Pie Chart</a>
<br>
<a href="line-histogram-chart/index.html">Line & Histogram Chart</a>
<br>
<a href="pie-chart/index.html">Pie Chart</a>
<br>
<a href="relax-the-rope/index.html">Relax the Rope</a>
<br>
<a href="show-numbers/index.html">Show Numbers</a>
<br>
<a href="student-records/index.html">Student Records</a>
<br>
<a href="trace-the-path/index.html">Trace the Path</a>
<br>
<a href="two-lines/index.html">Variety of Two Waves</a>
<br>
<a href="visual-table/index.html">Visual Table</a>
</body>
</html>