Skip to content

Commit df89559

Browse files
committed
Add title to mock
1 parent 2594e59 commit df89559

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/image/mocks/zz-container-colorbar.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"margin": {"l": 0, "r": 0, "t": 0, "b": 0},
4242
"height": 300,
4343
"width": 400,
44-
"yaxis": {"automargin": true, "side": "right", "title": {"text": "Y-axis title"}}
44+
"yaxis": {"automargin": true, "side": "right", "title": {"text": "Y-axis title"}},
45+
"title": {"text": "Colorbar with `xref='container'`", "automargin": true}
4546
}
4647
}

0 commit comments

Comments
 (0)