forked from deldersveld/PowerBI-ThemeTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GlobalLevelTemplate.json
47 lines (47 loc) · 1.46 KB
/
GlobalLevelTemplate.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": "GlobalLevelTemplate",
"visualStyles": {
"*": {
"*": {
"title": [{
"show": true,
"fontColor": { "solid": { "color": "#cc6600" } },
"background": { "solid": { "color": "#333333" } },
"alignment": "center",
"fontSize": 12,
"fontFamily": "Verdana"
}],
"background": [{
"show": true,
"color": { "solid": { "color": "#002a5b" } },
"transparency": 25
}],
"lockAspect": [{
"show": true
}],
"border": [{
"show": true,
"color": { "solid": { "color": "#886b01" } }
}],
"visualTooltip": [{
"type": "Default"
}],
"stylePreset": [{
"name": "None"
}]
}
},
"page": {
"*": {
"background": [{
"color": { "solid": { "color": "#465d85" } },
"transparency": 50
}],
"outspace": [{
"color": { "solid": { "color": "#886b01" } },
"transparency": 50
}]
}
}
}
}