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 8cf99a6 commit 5307125Copy full SHA for 5307125
src/plot_api/subroutines.js
@@ -132,9 +132,7 @@ exports.lsInner = function(gd) {
132
plotgroupBg = plotinfo.bg = Lib.ensureSingle(plotgroup, 'rect', 'bg');
133
pgNode.insertBefore(plotgroupBg.node(), pgNode.childNodes[0]);
134
} else {
135
- plotgroupBg = plotgroup.select('rect,bg');
136
- if(plotgroupBg.size()) plotgroupBg.remove();
137
-
+ plotgroup.select('rect.bg').remove();
138
lowerBackgroundIDs.push(subplot);
139
lowerDomains.push([xDomain, yDomain]);
140
}
0 commit comments