|
1 | 1 | { |
2 | 2 | "data": [ |
3 | 3 | { |
4 | | - "type": "funnel", "opacity": 0.8, |
| 4 | + "type": "funnel", "opacity": 0.8, "orientation": "v", |
5 | 5 | "x": [ "A", "B", "C", "D" ], |
6 | 6 | "y": [ 4, 3, 2, 1 ], |
7 | 7 | "offsetgroup": 1, |
8 | 8 | "hovertext": "offsetgroup: 1" |
9 | 9 | }, |
10 | 10 | { |
11 | | - "type": "funnel", "opacity": 0.8, |
| 11 | + "type": "funnel", "opacity": 0.8, "orientation": "v", |
12 | 12 | "x": [ "A", "B", "C", "D" ], |
13 | 13 | "y": [ 3, 2, 1, 0 ], |
14 | 14 | "offsetgroup": 2, |
15 | 15 | "hovertext": "offsetgroup: 2" |
16 | 16 | }, |
17 | 17 | { |
18 | | - "type": "funnel", "opacity": 0.8, |
| 18 | + "type": "funnel", "opacity": 0.8, "orientation": "v", |
19 | 19 | "x": [ "A", "B", "C", "D" ], |
20 | 20 | "y": [ 4, 3, 2, 1 ], |
21 | 21 | "yaxis": "y2", |
22 | 22 | "offsetgroup": 1, |
23 | 23 | "hovertext": "offsetgroup: 1" |
24 | 24 | }, |
25 | 25 | { |
26 | | - "type": "funnel", "opacity": 0.8, |
| 26 | + "type": "funnel", "opacity": 0.8, "orientation": "v", |
27 | 27 | "x": [ "A", "B", "C", "D" ], |
28 | 28 | "y": [ 3, 2, 1, 0 ], |
29 | 29 | "yaxis": "y2", |
30 | 30 | "offsetgroup": 2, |
31 | 31 | "hovertext": "offsetgroup: 2" |
32 | 32 | }, |
33 | 33 | { |
34 | | - "type": "funnel", "opacity": 0.8, |
| 34 | + "type": "funnel", "opacity": 0.8, "orientation": "v", |
35 | 35 | "x": [ "A", "B", "C", "D" ], |
36 | 36 | "y": [ 4, 3, 2, 1 ], |
37 | 37 | "offsetgroup": 1, |
38 | 38 | "hovertext": "offsetgroup: 1", |
39 | 39 | "xaxis": "x2" |
40 | 40 | }, |
41 | 41 | { |
42 | | - "type": "funnel", "opacity": 0.8, |
| 42 | + "type": "funnel", "opacity": 0.8, "orientation": "v", |
43 | 43 | "x": [ "A", "B", "C", "D" ], |
44 | 44 | "y": [ 3, 2, 1, 0 ], |
45 | 45 | "offsetgroup": 2, |
46 | 46 | "hovertext": "offsetgroup: 2", |
47 | 47 | "xaxis": "x2" |
48 | 48 | }, |
49 | 49 | { |
50 | | - "type": "funnel", "opacity": 0.8, |
| 50 | + "type": "funnel", "opacity": 0.8, "orientation": "v", |
51 | 51 | "x": [ "A", "B", "C", "D" ], |
52 | 52 | "y": [ 4, 3, 2, 1 ], |
53 | 53 | "yaxis": "y2", |
|
56 | 56 | "xaxis": "x2" |
57 | 57 | }, |
58 | 58 | { |
59 | | - "type": "funnel", "opacity": 0.8, |
| 59 | + "type": "funnel", "opacity": 0.8, "orientation": "v", |
60 | 60 | "x": [ "A", "B", "C", "D" ], |
61 | 61 | "y": [ 3, 2, 1, 0 ], |
62 | 62 | "yaxis": "y2", |
|
0 commit comments