This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
47 lines (46 loc) · 2.65 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
<!DOCTYPE html>
<!--
~ Copyright 2017 Uncharted Software Inc.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Uncharted Facets Examples</title>
</head>
<body>
<ul>
<li><a href="./basic/">A basic example of facets</a></li>
<li><a href="./selection/">An example of facets that illustrates selection</a></li>
<li><a href="./query/">An example of facets that illustrates queries</a></li>
<li><a href="./query-and-selection/">An example of facets that illustrates queries, selection, and events</a></li>
<li><a href="./append/">An example of facets that illustrates appending</a></li>
<li><a href="./click-event/">An example of facets that illustrates click handlers</a></li>
<li><a href="./search-event/">An example of facets that illustrates search event</a></li>
<li><a href="./show-more/">An example of facets that illustrates show more feature</a></li>
<li><a href="./sort/">An example of facet sorting</a></li>
<li><a href="./replace/">An example of facets that illustrates replace feature</a></li>
<li><a href="./replace-group/">An example of facets that illustrates replace group feature</a></li>
<li><a href="./replace-placeholder/">An example of facets that illustrates replace placeholder feature</a></li>
<li><a href="./destroy/">An example of facets that illustrates destroy feature</a></li>
<li><a href="./highlight/">An example of facets that illustrates highlight feature</a></li>
<li><a href="./histogram/">An example of facets that illustrates the use of histograms (Horizontal facet)</a></li>
<li><a href="./histogram-to-label/">An example of facets that illustrates the use of histograms with custom 'to' label</a></li>
<li><a href="./images/">An example of facets that illustrates the use images as labels</a></li>
<li><a href="./segments/">An example of facets that illustrates the use of facet bar segments</a></li>
<li><a href="./timeseries/">An example of facets that illustrates the use of facet sparklines instead of bars</a></li>
<li><a href="./badges/">An example of facets badge component</a></li>
</ul>
</body>
</html>