We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374a89f commit 759114cCopy full SHA for 759114c
src/plots/geo/set_scale.js
@@ -11,7 +11,7 @@
11
12
var d3 = require('d3');
13
14
-var clipPad = require('./constants/').clipPad;
+var clipPad = require('./constants').clipPad;
15
16
function createGeoScale(geoLayout, graphSize) {
17
var projLayout = geoLayout.projection,
0 commit comments