Skip to content

Commit 97f6282

Browse files
committed
Make geo bg use fill-opacity
1 parent 0fa8c8f commit 97f6282

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/plots/geo/geo.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,7 @@ proto.adjustLayout = function(geoLayout, graphSize) {
308308
width: geoLayout._width,
309309
height: geoLayout._height
310310
})
311-
.style({
312-
'fill': geoLayout.bgcolor,
313-
'stroke-width': 0
314-
});
311+
.call(Color.fill, geoLayout.bgcolor);
315312
};
316313

317314
proto.drawTopo = function(selection, layerName, geoLayout) {

0 commit comments

Comments
 (0)