-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
187 lines (183 loc) · 7.8 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Interaction Demos</title>
<link href="./index.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header>
<h1>Interaction Demos</h1>
<header></header>
<main>
<section class="interaction-catogory">
<h2 class="interaction-title">Select</h2>
<article class="example">
<a href="./select/click-a-county-to-highlight.html">
<img class="example-img" src="./select/select.gif">
<h3 class="example-title">Click a County to Highlight</h3>
</a>
</article>
</section>
<br>
<section class="interaction-catogory">
<h2 class="interaction-title">Explore</h2>
<article class="example">
<a href="explore\map-zoom-and-pan.html">
<img class="example-img" src="./explore/map-zoom-and-pan.gif">
<h3 class="example-title">Map Zoom and Pan</h3>
</a>
</article>
<article class="example">
<a href="explore\pannable-chart.html">
<img class="example-img" src="./explore//pannable-chart.gif">
<h3 class="example-title">Pannable Chart</h3>
</a>
</article>
<article class="example">
<a href="explore\zoomable-scatter-plot.html">
<img class="example-img" src="./explore/zoomable-scatter-plot.gif">
<h3 class="example-title">Zoomable Scatter Plot</h3>
</a>
</article>
<article class="example">
<a href="explore/seamless-zoomable-map-tiles.html">
<img class="example-img" src="explore/seamless-zoomable-map-tiles.gif">
<h3 class="example-title">Seamless Zoomable Map Tiles</h3>
</a>
</article>
</section>
<br>
<section class="interaction-catogory">
<h2 class="interaction-title">Reconfigure</h2>
<article class="example">
<a href="reconfigure\baseline-adjustment\streamgraph-transitions.html">
<img class="example-img" src="./reconfigure/baseline-adjustment/streamgraph-transitions.gif">
<h3 class="example-title">Baseline Ajustment</h3>
</a>
</article>
<article class="example">
<a href="reconfigure\changing-axis\scatter-plot-null-values.html">
<img class="example-img" src="reconfigure\changing-axis\scatter-plot-null-values.gif">
<h3 class="example-title">Changing Axis</h3>
</a>
</article>
<article class="example">
<a href="reconfigure\jitter\scatterplot-overplotting.html">
<img class="example-img" src="reconfigure\jitter\scatterplot-overplotting.gif">
<h3 class="example-title">Jitter</h3>
</a>
</article>
<article class="example">
<a href="reconfigure\move-data-items\disjoint-force-directed-graph.html">
<img class="example-img" src="reconfigure\move-data-items\disjoint-force-directed-graph.gif">
<h3 class="example-title">Move Data Items</h3>
</a>
</article>
<article class="example">
<a href="reconfigure\rotate\rotate-the-earth.html">
<img class="example-img" src="reconfigure\rotate\rotate-the-earth.gif">
<h3 class="example-title">Rotate the Earth</h3>
</a>
</article>
<article class="example">
<a href="reconfigure\sorting-and-rearranging-columns\sortable-bar-chart.html">
<img class="example-img" src="reconfigure\sorting-and-rearranging-columns\sortable-bar-chart.gif">
<h3 class="example-title">Sortable Bar Chart</h3>
</a>
</article>
<article class="example">
<a href="reconfigure\sorting-and-rearranging-columns\top-k-plot-with-others.html">
<img class="example-img" src="reconfigure\sorting-and-rearranging-columns\top-k-plot-with-others.gif">
<h3 class="example-title">Top K Plot</h3>
</a>
</article>
</section>
<br>
<section class="interaction-catogory">
<h2 class="interaction-title">Encode</h2>
<article class="example">
<a href="encode\colour-schemes.html">
<img class="example-img" src="encode\colour-schemes.gif">
<h3 class="example-title">Change Colour Schemes</h3>
</a>
</article>
</section>
<br>
<section class="interaction-catogory">
<h2 class="interaction-title">Abstract/Elaborate</h2>
<article class="example">
<a href="abstract&elaborate\details-on-demand\collapsible-tree.html">
<img class="example-img" src="abstract&elaborate\details-on-demand\collapsible-tree.gif">
<h3 class="example-title">Collapsible Tree</h3>
</a>
</article>
<article class="example">
<a href="abstract&elaborate\details-on-demand\overview-and-detail.html">
<img class="example-img" src="abstract&elaborate\details-on-demand\overview-and-detail.gif">
<h3 class="example-title">Overview And Detail</h3>
</a>
</article>
<article class="example">
<a href="abstract&elaborate\details-on-demand\zoomable-sunburst.html">
<img class="example-img" src="abstract&elaborate\details-on-demand\zoomable-sunburst.gif">
<h3 class="example-title">Zoomable Sunburst</h3>
</a>
</article>
<article class="example">
<a href="abstract&elaborate\zooming\zoomable-scatter-plot.html">
<img class="example-img" src="abstract&elaborate\zooming\zoomable-scatter-plot.gif">
<h3 class="example-title">Zoomable Scatter Plot</h3>
</a>
</article>
<article class="example">
<a href="abstract&elaborate\zooming\seamless-zoomable-map-tiles.html">
<img class="example-img" src="abstract&elaborate\zooming\seamless-zoomable-map-tiles.gif">
<h3 class="example-title">Seamless Zoomable Map Tiles</h3>
</a>
</article>
</section>
<br>
<section class="interaction-catogory">
<h2 class="interaction-title">Filter</h2>
<article class="example">
<a href="filter\interactive-legend.html">
<img class="example-img" src="filter\interactive-legend.gif">
<h3 class="example-title">Interactive Legend</h3>
</a>
</article>
<article class="example">
<a href="filter\brush-filter.html">
<img class="example-img" src="filter\brush-filter.gif">
<h3 class="example-title">Brush Filter</h3>
</a>
</article>
<article class="example">
<a href="filter\brushing-scatter-plots.html">
<img class="example-img" src="filter\brushing-scatter-plots.gif">
<h3 class="example-title">Brushing Scatter Plots</h3>
</a>
</article>
</section>
<br>
<section class="interaction-catogory">
<h2 class="interaction-title">Connect</h2>
<article class="example">
<a href="connect\edge-bundling.html">
<img class="example-img" src="connect\edge-bundling.gif">
<h3 class="example-title">Edge Bundling</h3>
</a>
</article>
<article class="example">
<a href="connect\brushing-scatter-plots.html">
<img class="example-img" src="connect\brushing-scatter-plots.gif">
<h3 class="example-title">Brushing Scatter Plots</h3>
</a>
</article>
</section>
</main>
<script src="https://d3js.org/d3.v6.min.js"></script>
<script>
</script>
</body>
</html>