-
Notifications
You must be signed in to change notification settings - Fork 0
/
chartCard.json
42 lines (42 loc) · 1.19 KB
/
chartCard.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
{
"schemaVersion": 1,
"schema": {
"type": "container",
"initialHeight": 300,
"layout": "vertical",
"children": [{
"type": "text",
"paddingLeft": 10,
"paddingRight": 10,
"fontSize": 18,
"fontStyle": "bold",
"textColor": "#CE222E",
"textAlignment": "left",
"maxNumberOfLines": 2,
"marginBottom": 10
},
{
"type": "text",
"paddingLeft": 10,
"paddingRight": 10,
"fontSize": 10,
"fontStyle": "bold",
"textColor": "#32495f",
"textAlignment": "left",
"maxNumberOfLines": 4,
"marginBottom": 0
},
{
"type": "text",
"paddingLeft": 10,
"paddingRight": 10,
"fontSize": 10,
"fontStyle": "bold",
"textColor": "#32495f",
"textAlignment": "left",
"maxNumberOfLines": 4,
"marginBottom": 0
}
]
}
}