-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathAttributes_Matrix.json
144 lines (144 loc) · 4.56 KB
/
Attributes_Matrix.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "Matrix Visual Attributes. Taken from Power BI Themes - The Complete Reference (Apress 2021)",
"dataColors": ["#171796", "#E34B20", "#D1CAB8", "#465437", "#E2EB00", "#615E55", "#00AC98", "#73268c"],
"background": "#FFFFFF",
"foreground": "#949494",
"visualStyles":
{
"pivotTable":
{"*" :
{
"general": [{"responsive": true }],
"stylePreset": [{"name": "ContrastAlternatingRows"}],
"grid": [{
"gridVertical": false,
"gridVerticalColor": {"solid": {"color": "#E8E8E8"}},
"gridVerticalWeight": 1,
"gridHorizontal": false,
"gridHorizontalColor": {"solid": {"color": "#E8E8E8"}},
"gridHorizontalWeight": 1,
"rowPadding": 1,
"outlineColor": {"solid": {"color": "#ffffff"}},
"outlineWeight": 1,
"textSize": 10,
"imageHeight": 60
}],
"columnHeaders": [{
"fontColor": {"solid": {"color": "#ffffff"}},
"backColor": {"solid": {"color": "#12239E"}},
"outline": "TopBottom",
"autoSizeColumnWidth": true,
"fontFamily": "Arial",
"fontSize": 11,
"alignment": "Left",
"titleAlignment": "Center",
"wordWrap": true
}],
"rowHeaders": [{
"fontColor": {"solid": {"color": "#ffffff"}},
"backColor": {"solid": {"color": "#118DFF"}},
"outline": "TopBottom",
"stepped": true,
"steppedLayoutIndentation": 14,
"urlIcon": true,
"wordWrap": true,
"fontFamily": "Arial",
"fontSize": 8,
"titleAlignment": "Center",
"showExpandCollapseButtons": true,
"expandCollapseButtonsColor": {"solid": {"color": "#ffffff"}},
"expandCollapseButtonsSize": 12
}],
"values": [{
"fontColorPrimary": {"solid": {"color": "#3D4E57"}},
"backColorPrimary": {"solid": {"color": "#F5F4F0"}},
"fontColorSecondary": {"solid": {"color": "#3D4E57"}},
"backColorSecondary": {"solid": {"color": "#E3DFD4"}},
"bandedRowHeaders": true,
"valuesOnRow": false,
"outline": "Frame",
"urlIcon": true,
"wordWrap": true,
"fontFamily": "Arial",
"fontSize": 8
}],
"subTotals": [{
"rowSubTotals": true,
"rowSubtotalsLabel": "Total",
"columnSubTotals": true,
"columnSubtotalsLabel": "Total",
"fontColor": {"solid": {"color": "#FFFFFF"}},
"fontFamily": "Arial",
"backColor": {"solid": {"color": "#B7B7B7"}},
"fontSize": 10,
"applyToHeaders": false,
"rowSubTotalPosition": "Bottom",
"perRowLevel": false,
"perColumnLevel": false
}],
"total": [{
"totals": true,
"fontColor": {"solid": {"color": "#3D4E57"}},
"fontFamily": "Arial",
"backColor": {"solid": {"color": "#D1CAB8"}},
"applyToHeaders": true,
"fontSize": 10
}],
"title": [{
"show": false,
"text": "Matrix Title",
"fontColor": {"solid": {"color": "#ffffff"}},
"background": {"solid": {"color": "#87ddff"}},
"alignment": "Center"
}],
"background": [{
"show": false,
"color": {"solid": {"color": "#F5F4F0"}}
}],
"lockAspect": [{
"show": false
}],
"border": [{
"show": false,
"color": {"solid": {"color": "#F5F4F0"}},
"radius": 5
}],
"dropShadow": [{
"show": true,
"color": {"solid": {"color": "#E8E8E8"}},
"position":"Outer",
"preset":"TopLeft"
}],
"visualHeaderTooltip":[{
"titleFontColor":{"solid":{"color":"#E8E8E8"}},
"text": "Add a tooltip text",
"fontSize": 11,
"fontFamily": "Arial Black",
"background":{"solid":{"color":"#FFFFFF"}},
"transparency": 30
}],
"visualHeader": [{
"show": true,
"background": {"solid": {"color": "#ffffff"}},
"border": {"solid": {"color": "#F5F4F0"}},
"transparency": 10,
"foreground": {"solid": {"color": "#F5F4F0"}},
"showVisualInformationButton": false,
"showVisualWarningButton": false,
"showVisualErrorButton": false,
"showDrillRoleSelector": true,
"showDrillToggleButton": false,
"showDrillUpButton": false,
"showDrillDownLevelButton": false,
"showDrillDownExpandButton": false,
"showPinButton": false,
"showFocusModeButton": false,
"showFilterRestatementButton": false,
"showSeeDataLayoutToggleButton": false,
"showOptionsMenu": false,
"showTooltipButton": true
}]
}
}
}
}