This repository was archived by the owner on Apr 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Original file line number Diff line number Diff line change 1
1
### Example Charts
2
2
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
4
10
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 )
5
22
6
23
# Sankey
7
24
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 )
You can’t perform that action at this time.
0 commit comments