Skip to content

Commit 2d40132

Browse files
committed
fix choropleth plot params --> constants
1 parent 01ee254 commit 2d40132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/choropleth/plot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ plotChoropleth.plot = function(geo, choroplethData, geoLayout) {
4848
gChoropleth = framework.select('g.choroplethlayer'),
4949
gBaseLayer = framework.select('g.baselayer'),
5050
gBaseLayerOverChoropleth = framework.select('g.baselayeroverchoropleth'),
51-
baseLayersOverChoropleth = params.baseLayersOverChoropleth,
51+
baseLayersOverChoropleth = constants.baseLayersOverChoropleth,
5252
layerName;
5353

5454
// TODO move to more d3-idiomatic pattern (that's work on replot)

0 commit comments

Comments
 (0)