We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d2ca2 commit 6d41a37Copy full SHA for 6d41a37
src/plot_api/subroutines.js
@@ -45,6 +45,10 @@ exports.lsInner = function(gd) {
45
var gs = fullLayout._size;
46
var pad = gs.p;
47
var axList = Plotly.Axes.list(gd);
48
+
49
+ // _has('cartesian') means SVG specifically, not GL2D - but GL2D
50
+ // can still get here because it makes some of the SVG structure
51
+ // for shared features like selections.
52
var hasSVGCartesian = fullLayout._has('cartesian');
53
var i;
54
0 commit comments