Skip to content

Commit ada2289

Browse files
committed
Add scatter to zzz_shape_shift_vertical mock
1 parent 6680745 commit ada2289

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/image/mocks/zzz_shape_shift_vertical.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
1, 2, 3, 4
99
],
1010
"type": "bar"
11+
},
12+
{
13+
"x": [
14+
"A", "B", "C", "D"
15+
],
16+
"y": [
17+
3, 2, 4, 1
18+
],
19+
"type": "scatter"
1120
}
1221
],
1322
"layout": {

0 commit comments

Comments
 (0)