Skip to content

Commit fbc7597

Browse files
committed
Merge pull request #208 from plotly/fx-patch
Fix incorrect path for graph interactions
2 parents 642f0ff + 2944447 commit fbc7597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/scattergeo/plot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
var d3 = require('d3');
1313

14-
var Fx = require('../../plots/plots');
14+
var Fx = require('../../plots/cartesian/graph_interact');
1515
var Axes = require('../../plots/cartesian/axes');
1616

1717
var getTopojsonFeatures = require('../../lib/topojson_utils').getTopojsonFeatures;

0 commit comments

Comments
 (0)