Skip to content

Commit b8a452c

Browse files
authored
Merge pull request #4708 from plotly/fix4705-edit-mocks
Edit mocks
2 parents ebab12b + f9bff4d commit b8a452c

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

test/image/mocks/8.json

-1
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,6 @@
12561256
"size": 12,
12571257
"color": "grey"
12581258
},
1259-
"showlegend": true,
12601259
"width": 500,
12611260
"height": 500,
12621261
"margin": {

test/image/mocks/bar_attrs_group.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"height":400,
2929
"width":400,
3030
"barmode":"group",
31-
"barnorm":false
31+
"barnorm":""
3232
}
3333
}

test/image/mocks/bar_attrs_overlay.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"height":400,
3434
"width":400,
3535
"barmode":"overlay",
36-
"barnorm":false
36+
"barnorm":""
3737
}
3838
}

test/image/mocks/bar_attrs_relative.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"height":400,
3737
"width":400,
3838
"barmode":"relative",
39-
"barnorm":false
39+
"barnorm":""
4040
}
4141
}

test/image/mocks/matching-missing-axes.json

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"alignmentgroup": "True",
4646
"offsetgroup": "smoker=No",
4747
"legendgroup": "smoker=No",
48-
"showlegend": false,
4948
"marker": { "color": "#636efa" },
5049
"x": [ "Male", "Female", "Male" ],
5150
"y": [ 22.49, 22.75, 12.46 ],

0 commit comments

Comments
 (0)