File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
'use strict' ;
11
11
12
- var Plotly = require ( '../../plotly' ) ;
12
+ var Plots = require ( '../plots' ) ;
13
+ var Axes = require ( '../cartesian/axes' ) ;
13
14
14
15
var convertHTMLToUnicode = require ( '../../lib/html2unicode' ) ;
15
16
var str2RGBArray = require ( '../../lib/str2rgbarray' ) ;
@@ -180,8 +181,8 @@ proto.merge = function(options) {
180
181
// is an axis shared with an already-drawn subplot ?
181
182
proto . hasSharedAxis = function ( ax ) {
182
183
var scene = this . scene ,
183
- subplotIds = Plotly . Plots . getSubplotIds ( scene . fullLayout , 'gl2d' ) ,
184
- list = Plotly . Axes . findSubplotsWithAxis ( subplotIds , ax ) ;
184
+ subplotIds = Plots . getSubplotIds ( scene . fullLayout , 'gl2d' ) ,
185
+ list = Axes . findSubplotsWithAxis ( subplotIds , ax ) ;
185
186
186
187
// if index === 0, then the subplot is already drawn as subplots
187
188
// are drawn in order.
You can’t perform that action at this time.
0 commit comments