-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy pathfunnel_vertical_overlay_custom_arrays.json
117 lines (117 loc) · 2.96 KB
/
funnel_vertical_overlay_custom_arrays.json
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
{
"data": [
{
"name": "plotly.js",
"type": "funnel",
"orientation": "v",
"x": [
"All tickets",
"Pull requests",
"Author: etpinard",
"Label: bug",
"Status: open"
],
"y": [
3756,
1580,
663,
343,
1
],
"textposition": "outside",
"connector": {
"fillcolor": "rgba(0, 0, 0, 0)",
"line": {
"color": "rgb(127, 127, 127)",
"dash": 10,
"width": 2
}
},
"marker": {
"color": [
"rgb(0, 127, 127)",
"rgb(0, 0, 127)",
"rgb(127, 0, 127)",
"rgb(127, 0, 0)",
"rgb(127, 127, 0)"
],
"line": {
"color": [
"rgb(255, 127, 127)",
"rgb(255, 255, 127)",
"rgb(127, 255, 127)",
"rgb(127, 255, 255)",
"rgb(127, 127, 255)"
],
"dash": 10,
"width": [
8,
6,
4,
2,
0
]
}
}
},
{
"name": "orca",
"type": "funnel",
"orientation": "v",
"x": [
"All tickets",
"Pull requests",
"Author: etpinard",
"Label: bug",
"Status: open"
],
"y": [
224,
107,
31,
2,
0
],
"textposition": "inside",
"text": [
"224",
"107",
"31",
"2",
"0"
],
"connector": {
"line": {
"color": "rgb(0, 0, 0)",
"dash": 0,
"width": 1
}
},
"marker": {
"color": "rgb(255, 255, 0)",
"line": {
"color": "rgb(255, 0, 0)",
"dash": 10,
"width": 3
}
}
}
],
"layout": {
"title": {
"text": "plotly repos | April 10 2019"
},
"xaxis": {
"type": "category",
"autorange": "reversed"
},
"yaxis": {
"type": "linear"
},
"margin": { "l": 0 },
"height": 800,
"width": 800,
"funnelmode": "overlay",
"showlegend": true
}
}