-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
32 lines (32 loc) · 1.1 KB
/
Copy pathsettings.json
File metadata and controls
32 lines (32 loc) · 1.1 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
{
"version" : 1,
"attributes" : {
"maxRowsLookup.treeMap" : 1500,
"maxRowsLookup.graphDefault" : 3000,
"maxRowsLookup.heatmap" : 3000,
"maxRowsLookup.dropdown" : 500,
"maxRowsLookup.geoPie" : 25000,
"maxRowsLookup.timeSeries" : 10000,
"maxRowsLookup.bubble" : 25000,
"iframeSandbox" : "allow-forms allow-presentation allow-same-origin allow-scripts allow-popups",
"maxRowsLookup.listTable" : 40000,
"maxRowsLookup.geoBubble" : 25000,
"maxRowsLookup.keyValue" : 100,
"maxRowsLookup.geoScatter" : 40000,
"maxRowsLookup.heatbox" : 800,
"maxRowsLookup.buttonBar" : 100,
"maxRowsLookup.dualAxisTimeSeries" : 10000,
"maxRowsLookup.crosstab" : 40000,
"maxRowsLookup.geoHeatmap" : 25000,
"maxRowsLookup.geoLine" : 10000,
"maxRowsLookup.geoRegion" : 5000,
"maxRowsLookup.list" : 50000,
"maxRowsLookup.scatter" : 40000,
"comparisonEpsilon" : "1e-12",
"maxRowsLookup.textInput" : 40000,
"maxRowsLookup.kpi" : 10,
"maxRowsLookup.wordCloud" : 100,
"maxRowsLookup.customContent" : 40000,
"maxRowsLookup.geoContour" : 40000
}
}