We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d27d6f commit 40a1d66Copy full SHA for 40a1d66
src/plots/geo/layout/defaults.js
@@ -73,7 +73,7 @@ function handleGeoDefaults(geoLayoutIn, geoLayoutOut, coerce) {
73
coerce('riverwidth');
74
}
75
76
- show = coerce('showcountries', isScoped);
+ show = coerce('showcountries', isScoped && scope !== 'usa');
77
if(show) {
78
coerce('countrycolor');
79
coerce('countrywidth');
0 commit comments