Skip to content

Commit 1a9949d

Browse files
committed
bump up title.font.size in range_slider_top_axis
... to make margin "push" on all machine. Previously the dflt margin.t of 100 was enough to fit the xaxis.title on etpinard's laptop and presumably on CI as well.
1 parent c5d98e6 commit 1a9949d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
841 Bytes
Loading

test/image/mocks/range_slider_top_axis.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
],
2424
"layout": {
2525
"xaxis": {
26-
"title": "Top X Axis",
26+
"title": {
27+
"text": "Top X Axis",
28+
"font": {"size": 24}
29+
},
2730
"rangeslider": {
2831
"visible": true
2932
},

0 commit comments

Comments
 (0)