-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathlayout.json
More file actions
129 lines (129 loc) · 4.07 KB
/
layout.json
File metadata and controls
129 lines (129 loc) · 4.07 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
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
{
"sizes": [0.34555410083131466, 0.6544458991686853],
"detail": {
"main": {
"type": "tab-area",
"widgets": [
"PERSPECTIVE_GENERATED_ID_0",
"PERSPECTIVE_GENERATED_ID_1",
"PERSPECTIVE_GENERATED_ID_3"
],
"currentIndex": 0
}
},
"mode": "globalFilters",
"master": {
"widgets": ["PERSPECTIVE_GENERATED_ID_2"],
"sizes": [1]
},
"viewers": {
"PERSPECTIVE_GENERATED_ID_2": {
"plugin": "Datagrid",
"plugin_config": {
"columns": {
"IMDB Rating": {
"gradient": 8.1,
"neg_color": "#FF9485",
"number_color_mode": "gradient",
"pos_color": "#b87ff0"
},
"US Gross": {
"fg_gradient": 19729862602,
"number_fg_mode": "bar"
}
},
"editable": false,
"scroll_lock": true
},
"settings": false,
"theme": "Material Dark",
"group_by": ["Distributor"],
"split_by": [],
"columns": ["US Gross"],
"filter": [],
"sort": [["US Gross", "desc"]],
"expressions": [],
"aggregates": {},
"master": true,
"name": null,
"table": "movies",
"linked": false,
"selectable": "true"
},
"PERSPECTIVE_GENERATED_ID_0": {
"plugin": "Heatmap",
"plugin_config": {},
"settings": false,
"theme": "Material Dark",
"group_by": ["bucket(\"Rotten Tomatoes Rating\", 2.5)"],
"split_by": ["bucket(\"IMDB Rating\", 0.25)"],
"columns": ["US Gross"],
"filter": [["bucket(\"IMDB Rating\", 0.25)", "is not null", null]],
"sort": [],
"expressions": [
"bucket(\"IMDB Rating\", 0.25)",
"bucket(\"Rotten Tomatoes Rating\", 2.5)"
],
"aggregates": {
"bucket(\"Rotten Tomatoes Rating\", 2.5)": "avg"
},
"master": false,
"name": null,
"table": "movies",
"linked": false
},
"PERSPECTIVE_GENERATED_ID_1": {
"plugin": "Y Line",
"plugin_config": {
"legend": {
"left": "79px",
"top": "174px"
},
"splitMainValues": ["Rotten Tomatoes Rating"]
},
"settings": false,
"theme": "Material Dark",
"group_by": ["bucket(\"Release Date\", 'Y')"],
"split_by": [],
"columns": [
"US Gross",
"Rotten Tomatoes Rating",
"Production Budget",
"Worldwide Gross",
"US DVD Sales"
],
"filter": [],
"sort": [],
"expressions": ["bucket(\"Release Date\", 'Y')"],
"aggregates": {
"Rotten Tomatoes Rating": "avg"
},
"master": false,
"name": "Ratings vs Sales",
"table": "movies",
"linked": false
},
"PERSPECTIVE_GENERATED_ID_3": {
"plugin": "Y Area",
"plugin_config": {
"legend": {
"left": "91px",
"top": "25px"
}
},
"settings": false,
"theme": "Material Dark",
"group_by": ["bucket(\"Release Date\", 'Y')"],
"split_by": ["Major Genre"],
"columns": ["US Gross"],
"filter": [],
"sort": [],
"expressions": ["bucket(\"Release Date\", 'Y')"],
"aggregates": {},
"master": false,
"name": "US Gross by Genre",
"table": "movies",
"linked": false
}
}
}