Skip to content

Commit 116d976

Browse files
committed
Fix axis-title-standoff.json yaxis title text
Claimed to have standoff 8 although it has standoff 0.
1 parent f19c186 commit 116d976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/image/mocks/axis-title-standoff.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"yaxis": {
2828
"title": {
29-
"text": "Y<br>Axis (standoff:8)",
29+
"text": "Y<br>Axis (standoff:0)",
3030
"standoff": 0,
3131
"font": {"size": 8}
3232
},

0 commit comments

Comments
 (0)