Skip to content

Commit b08492e

Browse files
authored
Merge pull request #12 from tintinthong/campaign-members-chart
feat: campaign members chart
2 parents 7f0d9dc + 8dac2d4 commit b08492e

File tree

2 files changed

+675
-0
lines changed

2 files changed

+675
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"data": {
3+
"type": "card",
4+
"attributes": {
5+
"name": "Email July 2024",
6+
"chartType": "Vertical Bar",
7+
"contactMembers": [
8+
{
9+
"responseStatus": "Sent"
10+
},
11+
{
12+
"responseStatus": "Responded"
13+
}
14+
],
15+
"leadMembers": [
16+
{
17+
"responseStatus": "Responded"
18+
}
19+
],
20+
"title": null,
21+
"description": null,
22+
"thumbnailURL": null
23+
},
24+
"relationships": {
25+
"contactMembers.0.contactForm": {
26+
"links": {
27+
"self": "../ContactForm/24fad614-e49b-44cf-9bf4-f9ead589ffa5"
28+
}
29+
},
30+
"contactMembers.1.contactForm": {
31+
"links": {
32+
"self": "../ContactForm/24fad614-e49b-44cf-9bf4-f9ead589ffa5"
33+
}
34+
},
35+
"leadMembers.0.leadForm": {
36+
"links": {
37+
"self": "../LeadForm/ad388806-9aa7-485b-90ed-66331a6da6bb"
38+
}
39+
}
40+
},
41+
"meta": {
42+
"adoptsFrom": {
43+
"module": "../campaign-members-chart",
44+
"name": "CampaignMembersChart"
45+
}
46+
}
47+
}
48+
}

0 commit comments

Comments
 (0)