Skip to content

Commit da3b6ce

Browse files
fix(mock): correct the annotations
1 parent 17164b1 commit da3b6ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,31 +49,31 @@
4949
"annotations": [
5050
{
5151
"showarrow": false,
52-
"text": "opacity=<b>0.1</b>, level=<b>''</b>",
52+
"text": "opacity=<b>0.1</b>, level=<b>'Enos'</b>",
5353
"x": 0.75,
5454
"xanchor": "left",
5555
"y": 1,
5656
"yanchor": "bottom"
5757
},
5858
{
5959
"showarrow": false,
60-
"text": "opacity=<b>0.3</b>, level=<b>'Seth'</b>",
60+
"text": "opacity=<b>0.3</b>, level=<b>'Enos'</b>",
6161
"x": 0.5,
6262
"xanchor": "left",
6363
"y": 1,
6464
"yanchor": "bottom"
6565
},
6666
{
6767
"showarrow": false,
68-
"text": "opacity=<b>0.7</b>, level=<b>'Enos'</b>",
68+
"text": "opacity=<b>0.7</b>, level=<b>'Seth'</b>",
6969
"x": 0.25,
7070
"xanchor": "left",
7171
"y": 1,
7272
"yanchor": "bottom"
7373
},
7474
{
7575
"showarrow": false,
76-
"text": "opacity=<b>1</b>, level=<b>'Enos'</b>",
76+
"text": "opacity=<b>1</b>, level=<b>''</b>",
7777
"x": 0.0,
7878
"xanchor": "left",
7979
"y": 1,

0 commit comments

Comments
 (0)