10000 new baselines (with mock tweaks) · codejets/plotly.js@86bc4f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 86bc4f7

Browse files
committed
new baselines (with mock tweaks)
1 parent 0c6881d commit 86bc4f7

13 files changed

+10
-1
lines changed

src/plots/geo/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ params.scopeDefaults = {
7575
},
7676
europe: {
7777
lonaxisRange: [-30, 60],
78-
lataxisRange: [30, 80],
78+
lataxisRange: [30, 85],
7979
projType: 'conic conformal',
8080
projRotate: [15, 0, 0],
8181
projParallels: [0, 60]
17 Bytes
Loading
765 Bytes
Loading
168 Bytes
Loading
334 Bytes
Loading

test/image/baselines/geo_fill.png

408 Bytes
Loading
-795 Bytes
Loading
-220 Bytes
Loading

test/image/baselines/geo_second.png

-114 Bytes
Loading
-1.7 KB
Loading

test/image/mocks/geo_canadian-cites.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@
9595
70
9696
]
9797
},
98+
"center": {
99+
"lat": 57
100+
},
98101
"showrivers": true,
99102
"rivercolor": "#fff",
100103
"showlakes": true,

test/image/mocks/geo_second.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@
8383
"projection": {
8484
"type": "conic equal area"
8585
},
86+
"center": {
87+
"lat": 35
88+
},
8689
"showframe": false,
8790
"showrivers": true,
8891
"showlakes": true,

test/image/mocks/geo_text_chart_arrays.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@
131131
40,
132132
70
133133
]
134+
},
135+
"center": {
136+
"lat": 57
134137
}
135138
},
136139
"width": 800,

0 commit comments

Comments
 (0)
0