Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Commit 39bcf39

Browse files
Merge pull request #51 from Ryan-C-Lee/patch-1
Update README.md
2 parents 8461ce1 + d1071ad commit 39bcf39

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

src/examples/README.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,37 @@
11
### Example Charts
22

3-
1. [Sankey](#sankey) - display sequences of transitions
3+
1. [Chord](#chord) - display affinity between two dimensions
4+
2. [Collapsible_Tree](#collapsible_tree) - display a hierarchy of a series of dimensions
5+
3. [Liquid_Fill_Gauge](#liquid_fill_gauge) - display either a single measure value as a percentage, or a comparison of one measure to another measure
6+
4. [Sankey](#sankey) - display sequences of transitions
7+
5. [Subtotal](#subtotal) - group query results by measures and pivots and allow collapsing/expanding of those groups
8+
6. [Sunburst](#sunburst) - display hierarchical data in a nested structure
9+
7. [Treemap](#treemap) - display hierarchical data in a nested structure
410

11+
# Chord
12+
13+
[![](chord/chord.png)](/chord/README.md)
14+
15+
# Collapsible_Tree
16+
17+
[![](collapsible_tree/collapsible-tree.png)](/collapsible_tree/README.md)
18+
19+
# Liquid_Fill_Gauge
20+
21+
[![](liquid_fill_gauge/liquid_fill_gauge.png)](/liquid_fill_gauge/README.md)
522

623
# Sankey
724

8-
[![](sankey/sankey.png)](/sankey/sankey.js)
25+
[![](sankey/sankey.png)](/sankey/README.md)
26+
27+
# Subtotal
28+
29+
[![](subtotal/subtotal.png)](/subtotal/README.md)
30+
31+
# Sunburst
32+
33+
[![](sunburst/sunburst.png)](/sunburst/README.md)
34+
35+
# Treemap
36+
37+
[![](treemap/treemap.png)](/treemap/README.md)

0 commit comments

Comments
 (0)