Skip to content

Commit 73b354b

Browse files
committed
only grab 2d axes in lsInner
1 parent 5557d7b commit 73b354b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot_api/subroutines.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ exports.lsInner = function(gd) {
5050
var fullLayout = gd._fullLayout;
5151
var gs = fullLayout._size;
5252
var pad = gs.p;
53-
var axList = Axes.list(gd);
53+
var axList = Axes.list(gd, '', true);
5454

5555
// _has('cartesian') means SVG specifically, not GL2D - but GL2D
5656
// can still get here because it makes some of the SVG structure

0 commit comments

Comments
 (0)