Skip to content

Commit 40c0615

Browse files
modify(mock): reverse order of the leaf-opacity mock
1 parent a068139 commit 40c0615

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/image/mocks/icicle_leaf-opacity-level.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"root": {"color": "limegreen"},
99
"level": "",
1010
"leaf": {
11-
"opacity": 0.1
11+
"opacity": 1
1212
}
1313
},
1414
{
@@ -19,7 +19,7 @@
1919
"root": {"color": "limegreen"},
2020
"level": "Seth",
2121
"leaf": {
22-
"opacity": 0.3
22+
"opacity": 0.7
2323
}
2424
},
2525
{
@@ -30,7 +30,7 @@
3030
"root": {"color": "limegreen"},
3131
"level": "Enos",
3232
"leaf": {
33-
"opacity": 0.7
33+
"opacity": 0.3
3434
}
3535
},
3636
{
@@ -41,7 +41,7 @@
4141
"root": {"color": "limegreen"},
4242
"level": "Enos",
4343
"leaf": {
44-
"opacity": 1
44+
"opacity": 0.1
4545
}
4646
}
4747
],
@@ -50,31 +50,31 @@
5050
{
5151
"showarrow": false,
5252
"text": "opacity=<b>0.1</b>, level=<b>''</b>",
53-
"x": 0,
53+
"x": 0.75,
5454
"xanchor": "left",
5555
"y": 1,
5656
"yanchor": "bottom"
5757
},
5858
{
5959
"showarrow": false,
6060
"text": "opacity=<b>0.3</b>, level=<b>'Seth'</b>",
61-
"x": 0.25,
61+
"x": 0.5,
6262
"xanchor": "left",
6363
"y": 1,
6464
"yanchor": "bottom"
6565
},
6666
{
6767
"showarrow": false,
6868
"text": "opacity=<b>0.7</b>, level=<b>'Enos'</b>",
69-
"x": 0.5,
69+
"x": 0.25,
7070
"xanchor": "left",
7171
"y": 1,
7272
"yanchor": "bottom"
7373
},
7474
{
7575
"showarrow": false,
7676
"text": "opacity=<b>1</b>, level=<b>'Enos'</b>",
77-
"x": 0.75,
77+
"x": 0.0,
7878
"xanchor": "left",
7979
"y": 1,
8080
"yanchor": "bottom"

0 commit comments

Comments
 (0)