Skip to content

Commit 6d83f4a

Browse files
committed
updating mock so title is an object
1 parent 40e8c6a commit 6d83f4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
36 Bytes
Loading

test/image/mocks/histogram_overlay-1point-date.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
],
4040
"layout": {
4141
"barmode": "overlay",
42-
"title": "Sampled Results",
42+
"title": { "text": "Sampled Results" },
4343
"xaxis": {
44-
"title": "Date"
44+
"title": { "text": "Date" }
4545
},
46-
"yaxis": { "title": "Count" }
46+
"yaxis": { "title": { "text": "Count" } }
4747
}
4848
}

0 commit comments

Comments
 (0)