Skip to content

Commit 670b55b

Browse files
committed
Reduce width and height of zindex mocks
1 parent 75cfb64 commit 670b55b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

test/image/mocks/zindex-contour.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
],
1616
"zindex": 10
1717
}
18-
]
18+
],
19+
"layout": {
20+
"width": 400, "height": 400
21+
}
1922
}

test/image/mocks/zindex-heatmap.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
"ygap": 5,
1919
"zindex": 10
2020
}
21-
]
21+
],
22+
"layout": {
23+
"width": 400, "height": 400
24+
}
2225
}

test/image/mocks/zindex-scatter-image.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
}
1919
],
2020
"layout": {
21-
"width": 400, "height": 600
21+
"width": 400, "height": 400
2222
}
2323
}

0 commit comments

Comments
 (0)