Skip to content

Commit 40a1d66

Browse files
committed
geo: 'usa' scope doesn't show country border by default
1 parent 3d27d6f commit 40a1d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/geo/layout/defaults.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function handleGeoDefaults(geoLayoutIn, geoLayoutOut, coerce) {
7373
coerce('riverwidth');
7474
}
7575

76-
show = coerce('showcountries', isScoped);
76+
show = coerce('showcountries', isScoped && scope !== 'usa');
7777
if(show) {
7878
coerce('countrycolor');
7979
coerce('countrywidth');

0 commit comments

Comments
 (0)