diff --git a/src/plots/cartesian/index.js b/src/plots/cartesian/index.js index 1f01d5a01e2..43d8d2c2fdc 100644 --- a/src/plots/cartesian/index.js +++ b/src/plots/cartesian/index.js @@ -412,7 +412,7 @@ function makeSubplotData(gd) { overlays.push(id); } else { plotinfo.mainplot = undefined; - plotinfo.mainPlotinfo = undefined; + plotinfo.mainplotinfo = undefined; regulars.push(id); } }