-
Notifications
You must be signed in to change notification settings - Fork 208
/
Matrix.json
82 lines (82 loc) · 2.39 KB
/
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
{
"name": "MatrixTemplate",
"visualStyles": {
"pivotTable": {
"*": {
"stylePreset":[{
"name":"Condensed"
}],
"grid": [{
"gridVertical": true,
"gridVerticalColor": { "solid": { "color": "#FFB8DD"}},
"gridVerticalWeight": 2,
"gridHorizontal": true,
"gridHorizontalColor": { "solid": { "color": "#FFB8DD"}},
"gridHorizontalWeight": 2,
"rowPadding": 2,
"outlineColor": { "solid": { "color": "#FFB8DD"}},
"outlineWeight": 2,
"textSize": 14,
"imageHeight": 100
}],
"columnHeaders": [{
"fontColor": { "solid": { "color": "#00B8DD"}},
"backColor": { "solid": { "color": "#00AA22"}},
"outline": "Frame",
"autoSizeColumnWidth": true,
"fontFamily": "Courier New",
"fontSize": 12,
"alignment": "Left",
"titleAlignment": "Right",
"urlIcon": true,
"wordWrap": true
}],
"rowHeaders": [{
"fontColor": { "solid": { "color": "#00B8DD"}},
"backColor": { "solid": { "color": "#00AA22"}},
"outline": "Frame",
"stepped": true,
"steppedLayoutIndentation": 12,
"urlIcon": true,
"wordWrap": true,
"fontFamily": "Courier New",
"fontSize": 12,
"alignment": "Left",
"showExpandCollapseButtons":true
}],
"values": [{
"fontColorPrimary": { "solid": { "color": "#00B8DD"}},
"backColorPrimary": { "solid": { "color": "#00AA22"}},
"fontColorSecondary": { "solid": { "color": "#FFB8DD"}},
"backColorSecondary": { "solid": { "color": "#FFAA22"}},
"bandedRowHeaders": true,
"valuesOnRow": true,
"outline": "Frame",
"urlIcon": true,
"wordWrap": true,
"fontFamily": "Courier New",
"fontSize": 12
}],
"subTotals": [{
"rowSubtotals": true,
"columnSubtotals": true,
"fontColor": { "solid": { "color": "#332222"}},
"fontFamily": "Verdana",
"backColor": { "solid": { "color": "#01B8AA"}},
"fontSize": 14,
"applyToHeaders": true,
"rowSubtotalsPosition": "Bottom",
"perRowLevel": true,
"perColumnLevel": true
}],
"total": [{
"fontColor": { "solid": { "color": "#00B8DD"}},
"fontFamily": "Courier New",
"backColor": { "solid": { "color": "#00AA22"}},
"applyToHeaders": true,
"fontSize": 14
}]
}
}
}
}