forked from Apress/pro-power-bi-theme-creation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCascadingText.json
More file actions
40 lines (40 loc) · 861 Bytes
/
Copy pathCascadingText.json
File metadata and controls
40 lines (40 loc) · 861 Bytes
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
{
"name": "Cascading Styles - taken from Pro Power BI Themes by Adam Aspin - Apress 2021",
"dataColors": ["#12239E", "#118DFF", "#00FF29", "#6B007B", "#FFB000", "#F5F4F0", "#FFFF00", "#FF001E"],
"textClasses":
{
"label": {
"fontSize": 9,
"fontFace": "Arial",
"color": "#FFFF00"
}
},
"visualStyles":
{"*":
{"*":
{
"total": [{
"totals": true,
"label": "TOTAL",
"fontColor": {"solid": {"color": "#FFB000"}},
"fontFamily": "Arial",
"fontSize": 10
}]
}
},
"tableEx":
{"*":
{
"total": [{
"totals": true,
"label": "TOTAL",
"fontColor": {"solid": {"color": "#6B007B"}},
"backColor": {"solid": {"color": "#118DFF"}},
"outline": "Frame",
"fontFamily": "Arial",
"fontSize": 12
}]
}
}
}
}