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 001457c commit b0a2053Copy full SHA for b0a2053
src/plots/cartesian/index.js
@@ -621,6 +621,16 @@ function makeSubplotLayer(gd, plotinfo) {
621
plotinfo.yaxislayer = plotgroup.select('.yaxislayer-' + yLayer);
622
}
623
624
+
625
+ if(fullLayout._zindices.length > 1) {
626
+ var mainplotinfo = plotinfo.mainplotinfo;
627
+ if(mainplotinfo) {
628
+ plotinfo.minorGridlayer = mainplotinfo.minorGridlayer;
629
+ plotinfo.gridlayer = mainplotinfo.gridlayer;
630
+ plotinfo.zerolinelayer = mainplotinfo.zerolinelayer;
631
+ }
632
633
634
} else {
635
var mainplotinfo = plotinfo.mainplotinfo;
636
var mainplotgroup = mainplotinfo.plotgroup;
0 commit comments