Skip to content

Commit c42a899

Browse files
committed
add shapes around domain boxes in funnelarea mocks
1 parent 28b2f14 commit c42a899

12 files changed

+72
-6
lines changed
Loading
Loading
Loading

Diff for: test/image/baselines/funnelarea_scalegroup_two.png

9.46 KB
Loading
8.53 KB
Loading
Loading

Diff for: test/image/mocks/funnelarea_no_scalegroup_various_domain.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,17 @@
121121
"layout": {
122122
"hiddenlabels": ["1", "4"],
123123
"width": 800,
124-
"height": 800
124+
"height": 800,
125+
"shapes": [
126+
{ "type": "rect", "layer": "below", "x0": 0, "x1": 0.5, "y0": 0, "y1": 0.5 },
127+
{ "type": "rect", "layer": "below", "x0": 0, "x1": 0.5, "y0": 0.5, "y1": 0.8 },
128+
{ "type": "rect", "layer": "below", "x0": 0, "x1": 0.5, "y0": 0.8, "y1": 1 },
129+
{ "type": "rect", "layer": "below", "x0": 0.5, "x1": 0.8, "y0": 0, "y1": 0.5 },
130+
{ "type": "rect", "layer": "below", "x0": 0.5, "x1": 0.8, "y0": 0.5, "y1": 0.8 },
131+
{ "type": "rect", "layer": "below", "x0": 0.5, "x1": 0.8, "y0": 0.8, "y1": 1 },
132+
{ "type": "rect", "layer": "below", "x0": 0.8, "x1": 1, "y0": 0, "y1": 0.5 },
133+
{ "type": "rect", "layer": "below", "x0": 0.8, "x1": 1, "y0": 0.5, "y1": 0.8 },
134+
{ "type": "rect", "layer": "below", "x0": 0.8, "x1": 1, "y0": 0.8, "y1": 1 }
135+
]
125136
}
126137
}

Diff for: test/image/mocks/funnelarea_no_scalegroup_various_ratios.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,17 @@
139139
"layout": {
140140
"hiddenlabels": ["1", "4"],
141141
"width": 800,
142-
"height": 800
142+
"height": 800,
143+
"shapes": [
144+
{ "type": "rect", "layer": "below", "x0": 0, "x1": 0.3, "y0": 0, "y1": 0.3 },
145+
{ "type": "rect", "layer": "below", "x0": 0, "x1": 0.3, "y0": 0.35, "y1": 0.65 },
146+
{ "type": "rect", "layer": "below", "x0": 0, "x1": 0.3, "y0": 0.7, "y1": 1 },
147+
{ "type": "rect", "layer": "below", "x0": 0.35, "x1": 0.65, "y0": 0, "y1": 0.3 },
148+
{ "type": "rect", "layer": "below", "x0": 0.35, "x1": 0.65, "y0": 0.35, "y1": 0.65 },
149+
{ "type": "rect", "layer": "below", "x0": 0.35, "x1": 0.65, "y0": 0.7, "y1": 1 },
150+
{ "type": "rect", "layer": "below", "x0": 0.7, "x1": 1, "y0": 0, "y1": 0.3 },
151+
{ "type": "rect", "layer": "below", "x0": 0.7, "x1": 1, "y0": 0.35, "y1": 0.65 },
152+
{ "type": "rect", "layer": "below", "x0": 0.7, "x1": 1, "y0": 0.7, "y1": 1 }
153+
]
143154
}
144155
}

Diff for: test/image/mocks/funnelarea_no_scalegroup_various_ratios_and_domain.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,17 @@
139139
"layout": {
140140
"hiddenlabels": ["1", "4"],
141141
"width": 800,
142-
"height": 800
142+
"height": 800,
143+
"shapes": [
144+
{ "type": "rect", "layer": "below", "x0": 0, "x1": 0.5, "y0": 0, "y1": 0.5 },
145+
{ "type": "rect", "layer": "below", "x0": 0, "x1": 0.5, "y0": 0.5, "y1": 0.8 },
146+
{ "type": "rect", "layer": "below", "x0": 0, "x1": 0.5, "y0": 0.8, "y1": 1 },
147+
{ "type": "rect", "layer": "below", "x0": 0.5, "x1": 0.8, "y0": 0, "y1": 0.5 },
148+
{ "type": "rect", "layer": "below", "x0": 0.5, "x1": 0.8, "y0": 0.5, "y1": 0.8 },
149+
{ "type": "rect", "layer": "below", "x0": 0.5, "x1": 0.8, "y0": 0.8, "y1": 1 },
150+
{ "type": "rect", "layer": "below", "x0": 0.8, "x1": 1, "y0": 0, "y1": 0.5 },
151+
{ "type": "rect", "layer": "below", "x0": 0.8, "x1": 1, "y0": 0.5, "y1": 0.8 },
152+
{ "type": "rect", "layer": "below", "x0": 0.8, "x1": 1, "y0": 0.8, "y1": 1 }
153+
]
143154
}
144155
}

Diff for: test/image/mocks/funnelarea_scalegroup_two.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,17 @@
130130
"layout": {
131131
"hiddenlabels": ["1", "4"],
132132
"width": 800,
133-
"height": 800
133+
"height": 800,
134+
"shapes": [
135+
{ "type": "rect", "layer": "below", "x0": 0, "x1": 0.3, "y0": 0, "y1": 0.3 },
136+
{ "type": "rect", "layer": "below", "x0": 0, "x1": 0.3, "y0": 0.35, "y1": 0.65 },
137+
{ "type": "rect", "layer": "below", "x0": 0, "x1": 0.3, "y0": 0.7, "y1": 1 },
138+
{ "type": "rect", "layer": "below", "x0": 0.35, "x1": 0.65, "y0": 0, "y1": 0.3 },
139+
{ "type": "rect", "layer": "below", "x0": 0.35, "x1": 0.65, "y0": 0.35, "y1": 0.65 },
140+
{ "type": "rect", "layer": "below", "x0": 0.35, "x1": 0.65, "y0": 0.7, "y1": 1 },
141+
{ "type": "rect", "layer": "below", "x0": 0.7, "x1": 1, "y0": 0, "y1": 0.3 },
142+
{ "type": "rect", "layer": "below", "x0": 0.7, "x1": 1, "y0": 0.35, "y1": 0.65 },
143+
{ "type": "rect", "layer": "below", "x0": 0.7, "x1": 1, "y0": 0.7, "y1": 1 }
144+
]
134145
}
135146
}

Diff for: test/image/mocks/funnelarea_scalegroup_various_ratios.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,17 @@
148148
"layout": {
149149
"hiddenlabels": ["1", "4"],
150150
"width": 800,
151-
"height": 800
151+
"height": 800,
152+
"shapes": [
153+
{ "type": "rect", "layer": "below", "x0": 0, "x1": 0.3, "y0": 0, "y1": 0.3 },
154+
{ "type": "rect", "layer": "below", "x0": 0, "x1": 0.3, "y0": 0.35, "y1": 0.65 },
155+
{ "type": "rect", "layer": "below", "x0": 0, "x1": 0.3, "y0": 0.7, "y1": 1 },
156+
{ "type": "rect", "layer": "below", "x0": 0.35, "x1": 0.65, "y0": 0, "y1": 0.3 },
157+
{ "type": "rect", "layer": "below", "x0": 0.35, "x1": 0.65, "y0": 0.35, "y1": 0.65 },
158+
{ "type": "rect", "layer": "below", "x0": 0.35, "x1": 0.65, "y0": 0.7, "y1": 1 },
159+
{ "type": "rect", "layer": "below", "x0": 0.7, "x1": 1, "y0": 0, "y1": 0.3 },
160+
{ "type": "rect", "layer": "below", "x0": 0.7, "x1": 1, "y0": 0.35, "y1": 0.65 },
161+
{ "type": "rect", "layer": "below", "x0": 0.7, "x1": 1, "y0": 0.7, "y1": 1 }
162+
]
152163
}
153164
}

Diff for: test/image/mocks/funnelarea_scalegroup_various_ratios_and_domain.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,17 @@
148148
"layout": {
149149
"hiddenlabels": ["1", "4"],
150150
"width": 800,
151-
"height": 800
151+
"height": 800,
152+
"shapes": [
153+
{ "type": "rect", "layer": "below", "x0": 0, "x1": 0.5, "y0": 0, "y1": 0.5 },
154+
{ "type": "rect", "layer": "below", "x0": 0, "x1": 0.5, "y0": 0.5, "y1": 0.8 },
155+
{ "type": "rect", "layer": "below", "x0": 0, "x1": 0.5, "y0": 0.8, "y1": 1 },
156+
{ "type": "rect", "layer": "below", "x0": 0.5, "x1": 0.8, "y0": 0, "y1": 0.5 },
157+
{ "type": "rect", "layer": "below", "x0": 0.5, "x1": 0.8, "y0": 0.5, "y1": 0.8 },
158+
{ "type": "rect", "layer": "below", "x0": 0.5, "x1": 0.8, "y0": 0.8, "y1": 1 },
159+
{ "type": "rect", "layer": "below", "x0": 0.8, "x1": 1, "y0": 0, "y1": 0.5 },
160+
{ "type": "rect", "layer": "below", "x0": 0.8, "x1": 1, "y0": 0.5, "y1": 0.8 },
161+
{ "type": "rect", "layer": "below", "x0": 0.8, "x1": 1, "y0": 0.8, "y1": 1 }
162+
]
152163
}
153164
}

0 commit comments

Comments
 (0)