Skip to content

Commit 9c1db37

Browse files
committed
Add zindex to funnel_axis_with_other_traces mock
1 parent 1ebbf61 commit 9c1db37

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/image/mocks/funnel_axis_with_other_traces.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"type": "histogram",
2222
"x": [
2323
1, 1, 1, 2, 2, 3
24-
]
24+
],
25+
"zindex": -10
2526
},
2627
{
2728
"type": "funnel",
@@ -40,7 +41,8 @@
4041
3
4142
],
4243
"xaxis": "x2",
43-
"yaxis": "y2"
44+
"yaxis": "y2",
45+
"zindex": 10
4446
},
4547
{
4648
"type": "bar",

0 commit comments

Comments
 (0)