We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5557d7b commit 73b354bCopy full SHA for 73b354b
src/plot_api/subroutines.js
@@ -50,7 +50,7 @@ exports.lsInner = function(gd) {
50
var fullLayout = gd._fullLayout;
51
var gs = fullLayout._size;
52
var pad = gs.p;
53
- var axList = Axes.list(gd);
+ var axList = Axes.list(gd, '', true);
54
55
// _has('cartesian') means SVG specifically, not GL2D - but GL2D
56
// can still get here because it makes some of the SVG structure
0 commit comments