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 3ad1021 commit 0e186bcCopy full SHA for 0e186bc
src/plots/cartesian/graph_interact.js
@@ -79,7 +79,7 @@ fx.isHoriz = function(fullData) {
79
fx.init = function(gd) {
80
var fullLayout = gd._fullLayout;
81
82
- if(fullLayout._hasGL3D || fullLayout._hasGeo || gd._context.staticPlot) return;
+ if(!fullLayout._hasCartesian || gd._context.staticPlot) return;
83
84
var subplots = Object.keys(fullLayout._plots || {}).sort(function(a,b) {
85
// sort overlays last, then by x axis number, then y axis number
0 commit comments