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 09d795f commit 11fb2daCopy full SHA for 11fb2da
src/plots/cartesian/index.js
@@ -45,7 +45,7 @@ exports.finalizeSubplots = function(layoutIn, layoutOut) {
45
var xList = subplots.xaxis;
46
var yList = subplots.yaxis;
47
var spSVG = subplots.cartesian;
48
- var spAll = spSVG.concat(subplots.gl2d || []);
+ var spAll = spSVG;
49
var allX = {};
50
var allY = {};
51
var i, xi, yi;
0 commit comments