Skip to content

Commit 0eb3917

Browse files
committed
remove yaxis autorange reversed from funnel mocks
1 parent d0e8fe5 commit 0eb3917

11 files changed

+0
-30
lines changed

Diff for: test/image/baselines/funnel_axis.png

61 Bytes
Loading

Diff for: test/image/baselines/funnel_axis_textangle.png

163 Bytes
Loading
840 Bytes
Loading
-536 Bytes
Loading
-70 Bytes
Loading

Diff for: test/image/mocks/funnel_axis_with_other_traces.json

-2
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,13 @@
198198
},
199199
"yaxis3": {
200200
"anchor": "x3",
201-
"autorange": "reversed",
202201
"domain": [
203202
0.52,
204203
1
205204
]
206205
},
207206
"yaxis4": {
208207
"anchor": "x4",
209-
"autorange": "reversed",
210208
"domain": [
211209
0,
212210
0.48

Diff for: test/image/mocks/funnel_date-axes.json

-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
}],
2323
"layout": {
2424
"margin": { "l": 100, "r": 20, "t": 20, "b": 20 },
25-
"yaxis": {
26-
"autorange": "reversed"
27-
},
2825
"width": 500,
2926
"height": 250
3027
}

Diff for: test/image/mocks/funnel_horizontal_group_basic.json

-7
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@
5555
"title": {
5656
"text": "plotly repos | April 10 2019"
5757
},
58-
"yaxis": {
59-
"type": "category",
60-
"autorange": "reversed"
61-
},
62-
"xaxis": {
63-
"type": "linear"
64-
},
6558
"margin": { "l": 150 },
6659
"height": 800,
6760
"width": 800,

Diff for: test/image/mocks/funnel_horizontal_stack_basic.json

-7
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@
4646
"title": {
4747
"text": "plotly repos | April 10 2019"
4848
},
49-
"yaxis": {
50-
"type": "category",
51-
"autorange": "reversed"
52-
},
53-
"xaxis": {
54-
"type": "linear"
55-
},
5649
"margin": { "l": 150 },
5750
"height": 800,
5851
"width": 800,

Diff for: test/image/mocks/funnel_horizontal_stack_more.json

-7
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@
6565
"title": {
6666
"text": "plotly stacked funnel chart with textposition' (auto | inside | outside)<br>and textinfo: percent (initial | previous | total)"
6767
},
68-
"yaxis": {
69-
"type": "category",
70-
"autorange": "reversed"
71-
},
72-
"xaxis": {
73-
"type": "linear"
74-
},
7568
"margin": { "l": 50 },
7669
"height": 800,
7770
"width": 800,

Diff for: test/image/mocks/funnel_vertical_overlay_custom_arrays.json

-4
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,8 @@
102102
"text": "plotly repos | April 10 2019"
103103
},
104104
"xaxis": {
105-
"type": "category",
106105
"autorange": "reversed"
107106
},
108-
"yaxis": {
109-
"type": "linear"
110-
},
111107
"margin": { "l": 0 },
112108
"height": 800,
113109
"width": 800,

0 commit comments

Comments
 (0)