Skip to content

Commit eabedd8

Browse files
committed
Add overlaying bar traces to zindex_basic mock
1 parent a9493d4 commit eabedd8

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

Diff for: test/image/mocks/zindex_basic.json

+16-1
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,28 @@
4141
"name": "purple",
4242
"type": "bar",
4343
"zindex": 6
44+
},
45+
{
46+
"x": [2, 3, 4, 5, 6, 7],
47+
"y": [5, 4, 10, 10, 6, 9],
48+
"name": "brown",
49+
"type": "bar",
50+
"zindex": -10
51+
},
52+
{
53+
"x": [2, 3, 4, 5, 6, 7],
54+
"y": [5, 3, 8, 8, 6, 9],
55+
"name": "pink",
56+
"type": "bar",
57+
"zindex": -5
4458
}
4559
],
4660
"layout": {
4761
"xaxis": {
4862
"title": {
4963
"text": "zindex stacking"
5064
}
51-
}
65+
},
66+
"barmode": "overlay"
5267
}
5368
}

0 commit comments

Comments
 (0)