Skip to content

Commit 769f6dd

Browse files
committed
put graph_interact in plots/cartesian
1 parent 9edbce3 commit 769f6dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/graph_interact.js renamed to src/plots/cartesian/graph_interact.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
'use strict';
22

3-
var Plotly = require('./plotly');
3+
var Plotly = require('../../plotly');
44
var d3 = require('d3');
55
var tinycolor = require('tinycolor2');
66
var isNumeric = require('fast-isnumeric');
7-
var Events = require('./events');
7+
var Events = require('../../lib/events');
88

99
var fx = module.exports = {};
1010

0 commit comments

Comments
 (0)