-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpivotViewConfig.json
More file actions
35 lines (35 loc) · 1.03 KB
/
pivotViewConfig.json
File metadata and controls
35 lines (35 loc) · 1.03 KB
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
{
"chartSettings": {
"primaryXAxis": { "title": "Country/Products" },
"primaryYAxis": { "title": "Sum of Units Sold" }
},
"dataSourceSettings": {
"columns": [{ "name": "Year" }, { "name": "Quarter" }],
"values": [{ "name": "Sold", "caption": "Units Sold" }, { "name": "Amount", "caption": "Sold Amount" }],
"rows": [{ "name": "Country", "expandAll": true }, { "name": "Products", "expandAll": true }],
"formatSettings": [{ "name": "Amount", "format": "C0" }]
},
"groupingBarSettings": {
"allowDragAndDrop": true,
"showFieldsPanel": false,
"showFilterIcon": true,
"showRemoveIcon": true,
"showSortIcon": true,
"showValueTypeIcon": true
},
"pageSettings": {
"columnPageSize": 10,
"currentColumnPage": 1,
"currentRowPage": 1,
"rowPageSize": 5
},
"pagerSettings": {
"enableCompactView": false,
"isInversed": false,
"position": "Bottom",
"showColumnPageSize": true,
"showColumnPager": true,
"showRowPageSize": true,
"showRowPager": true
}
}