-
Notifications
You must be signed in to change notification settings - Fork 208
/
Card.json
47 lines (47 loc) · 1019 Bytes
/
Card.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
{
"name": "CardTemplate",
"visualStyles": {
"card": {
"*": {
"labels": [{
"color": { "solid": { "color": "#000000"}},
"labelDisplayUnits": "0",
"labelPrecision": 0,
"fontSize": 10,
"fontFamily": "Verdana"
}],
"categoryLabels": [{
"show": true,
"color": { "solid": { "color": "#01B8AA"}},
"fontSize": 10,
"fontFamily": "Verdana"
}],
"wordWrap": [{
"show": true
}],
"background": [{
"show": true,
"color": {
"solid": {
"color": "#000000"
}
},
"transparency": 0
}
],
"title": [{
"show": true,
"fontColor": { "solid": { "color": "#ffffff" } },
"background": { "solid": { "color": "#062b60" } },
"alignment": "left",
"fontSize": 11,
"fontFamily": "Segoe UI"
}],
"border": [{
"show": true,
"color": { "solid": { "color": "#062b60"}}
}]
}
}
}
}