Skip to content

Commit 8415187

Browse files
authored
Merge pull request #5035 from plotly/fix-mainplotinfo-key
Fix typo in plotinfo keys
2 parents 3d516f0 + ca42e02 commit 8415187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ function makeSubplotData(gd) {
412412
overlays.push(id);
413413
} else {
414414
plotinfo.mainplot = undefined;
415-
plotinfo.mainPlotinfo = undefined;
415+
plotinfo.mainplotinfo = undefined;
416416
regulars.push(id);
417417
}
418418
}

0 commit comments

Comments
 (0)