We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b474d commit de8b517Copy full SHA for de8b517
2 files changed
test/image/baselines/funnelarea_pie_colorways.png
21.4 KB
test/image/mocks/funnelarea_pie_colorways.json
@@ -0,0 +1,64 @@
1
+{
2
+ "data": [
3
+ {
4
+ "type": "pie",
5
+ "labels": [
6
+ "Lead",
7
+ "Pipeline",
8
+ "Proposal",
9
+ "Negotiation",
10
+ "Closed (Won)"
11
+ ],
12
+ "values": [
13
+ 23,
14
+ 15,
15
+ 11,
16
+ 6,
17
+ 2.1
18
19
+ "domain": {
20
+ "row": 0,
21
+ "column": 0
22
+ }
23
+ },
24
25
+ "type": "funnelarea",
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
+ "column": 1
43
44
45
46
+ "layout": {
47
+ "grid": {
48
+ "rows": 1,
49
+ "columns": 2
50
51
+ "piecolorway": [
52
+ "#7fc97f",
53
+ "#beaed4",
54
+ "#fdc086"
55
56
+ "funnelareacolorway": [
57
+ "#1b9e77",
58
+ "#d95f02",
59
+ "#7570b3"
60
61
+ "width": 500,
62
+ "height": 300
63
64
+}
0 commit comments