Skip to content

Commit d488d86

Browse files
committed
Fix invalid config in mock
1 parent 416c6bf commit d488d86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/image/mocks/zz-legend-vertical-maxheight.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@
326326
"text": "30 Mathematical Functions with Vertical Legend",
327327
"font": { "size": 18, "color": "#333" }
328328
},
329-
"xaxis": { "title": "X Values", "gridcolor": "#e1e5e9", "zeroline": false },
330-
"yaxis": { "title": "Y Values", "gridcolor": "#e1e5e9", "zeroline": false },
329+
"xaxis": { "gridcolor": "#e1e5e9", "zeroline": false },
330+
"yaxis": { "gridcolor": "#e1e5e9", "zeroline": false },
331331
"legend": {
332332
"orientation": "v",
333333
"x": 0.5,

0 commit comments

Comments
 (0)