Skip to content

Commit b758267

Browse files
committed
Fix zindex_violin_box mock
1 parent 32659ae commit b758267

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/image/mocks/zindex_violin_box.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"data": [
3-
43
{
54
"type": "violin",
65
"name": "violin",
7-
"y": 1,
86
"fillcolor": "yellow",
97
"x": [
108
0.1, 0.3, 0.1, 0.9, 0.6, 0.6,
@@ -14,13 +12,11 @@
1412
{
1513
"type": "box",
1614
"name": "box no zindex",
17-
"x": 1,
1815
"y": [-1, 1]
1916
},
2017
{
2118
"type": "box",
2219
"name": "box below",
23-
"x": 2,
2420
"y": [-1, 1],
2521
"zindex": -100
2622
}

0 commit comments

Comments
 (0)