We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb2ae9 commit 9e975f9Copy full SHA for 9e975f9
src/plot_api/subroutines.js
@@ -63,9 +63,7 @@ function lsInner(gd) {
63
exports.drawMainTitle(gd);
64
ModeBar.manage(gd);
65
66
- // _has('cartesian') means SVG specifically, not GL2D - but GL2D
67
- // can still get here because it makes some of the SVG structure
68
- // for shared features like selections.
+ // _has('cartesian') means SVG specifically
69
if(!fullLayout._has('cartesian')) {
70
return Plots.previousPromises(gd);
71
}
0 commit comments