We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f1edc commit a4d3597Copy full SHA for a4d3597
src/plots/cartesian/graph_interact.js
@@ -27,7 +27,7 @@ exports.initInteractions = function initInteractions(gd) {
27
return;
28
}
29
30
- if(!fullLayout._has('cartesian') && !fullLayout._has('gl2d') && !fullLayout._has('splom')) return;
+ if(!fullLayout._has('cartesian') && !fullLayout._has('splom')) return;
31
32
var subplots = Object.keys(fullLayout._plots || {}).sort(function(a, b) {
33
// sort overlays last, then by x axis number, then y axis number
0 commit comments