Skip to content

Commit c3185c6

Browse files
authored
Merge pull request #5183 from plotly/fixup-period-mock
Fixup new period mocks
2 parents 5c9c60b + 5a71e84 commit c3185c6

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed
-118 Bytes
Loading

test/image/mocks/period_positioning2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
},
7474
"xaxis2": {
7575
"rangeslider": {"visible": false},
76+
"ticklabelmode": "period",
7677
"tickcolor": "black",
7778
"anchor": "y2",
7879
"domain": [
@@ -107,7 +108,6 @@
107108
]
108109
},
109110
"yaxis2": {
110-
"ticklabelmode": "period",
111111
"tickcolor": "black",
112112
"anchor": "x2",
113113
"domain": [

test/image/mocks/period_positioning7.json

-14
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
{
44
"xperiod": 604800000,
55
"xperiod0": "2020-01-06",
6-
"marker": {
7-
"opacity": 0.5,
8-
"line": {
9-
"color": "black",
10-
"width": 1
11-
}
12-
},
136
"name": "start",
147
"type": "scatter",
158
"y": [
@@ -247,13 +240,6 @@
247240
{
248241
"xperiod": 604800000,
249242
"xperiod0": "2020-01-06",
250-
"marker": {
251-
"opacity": 0.5,
252-
"line": {
253-
"color": "black",
254-
"width": 1
255-
}
256-
},
257243
"name": "end",
258244
"type": "scatter",
259245
"y": [

0 commit comments

Comments
 (0)