Skip to content

Commit 973d6ec

Browse files
committed
Add dimensions to mocks
1 parent 4fb0b19 commit 973d6ec

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

test/image/mocks/gl2d_multiple_subplots.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
}
6161
],
6262
"layout": {
63+
"width": 700,
64+
"height": 500,
6365
"xaxis": {
6466
"domain": [
6567
0,
@@ -113,4 +115,4 @@
113115
"anchor": "x4"
114116
}
115117
}
116-
}
118+
}

test/image/mocks/gl2d_simple_inset.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
}
3131
],
3232
"layout": {
33+
"width": 700,
34+
"height": 500,
3335
"yaxis2": {
3436
"domain": [
3537
0.6,
@@ -45,4 +47,4 @@
4547
"anchor": "y2"
4648
}
4749
}
48-
}
50+
}

test/image/mocks/gl2d_stacked_coupled_subplots.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
}
4444
],
4545
"layout": {
46+
"width": 700,
47+
"height": 500,
4648
"yaxis": {
4749
"domain": [
4850
0,
@@ -65,4 +67,4 @@
6567
]
6668
}
6769
}
68-
}
70+
}

test/image/mocks/gl2d_stacked_subplots.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
}
4646
],
4747
"layout": {
48+
"width": 700,
49+
"height": 500,
4850
"yaxis": {
4951
"domain": [
5052
0,
@@ -73,4 +75,4 @@
7375
]
7476
}
7577
}
76-
}
78+
}

0 commit comments

Comments
 (0)