Skip to content

Commit de8b517

Browse files
committed
add mock light and dark colorways for pie and funnelarea
1 parent 38b474d commit de8b517

2 files changed

Lines changed: 64 additions & 0 deletions

File tree

21.4 KB
Loading
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
"labels": [
27+
"Lead",
28+
"Pipeline",
29+
"Proposal",
30+
"Negotiation",
31+
"Closed (Won)"
32+
],
33+
"values": [
34+
23,
35+
15,
36+
11,
37+
6,
38+
2.1
39+
],
40+
"domain": {
41+
"row": 0,
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

Comments
 (0)