Skip to content

Commit fcae366

Browse files
committed
Fix layout title property (title as string prop is deprecated)
1 parent 9af4c90 commit fcae366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/image/mocks/legend_indentation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
],
3535
"layout": {
36-
"title": "Legend Indentation",
36+
"title": { "text": "Legend Indentation" },
3737
"width": 800,
3838
"xaxis": {"domain": [0, 0.5]},
3939
"legend": {

0 commit comments

Comments
 (0)