Skip to content

Commit cf485b7

Browse files
committed
fixup c5cda6b
1 parent fda1b34 commit cf485b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plots/cartesian/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ function makeSubplotLayer(gd, plotinfo) {
427427

428428
plotinfo.xlines = ensureSingle(plotgroup, 'path', 'xlines-above');
429429
plotinfo.ylines = ensureSingle(plotgroup, 'path', 'ylines-above');
430+
plotinfo.overlinesAbove = ensureSingle(plotgroup, 'g', 'overlines-above');
430431

431432
ensureSingle(plotgroup, 'g', 'xaxislayer-above');
432433
ensureSingle(plotgroup, 'g', 'yaxislayer-above');

0 commit comments

Comments
 (0)