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 fda1b34 commit cf485b7Copy full SHA for cf485b7
src/plots/cartesian/index.js
@@ -427,6 +427,7 @@ function makeSubplotLayer(gd, plotinfo) {
427
428
plotinfo.xlines = ensureSingle(plotgroup, 'path', 'xlines-above');
429
plotinfo.ylines = ensureSingle(plotgroup, 'path', 'ylines-above');
430
+ plotinfo.overlinesAbove = ensureSingle(plotgroup, 'g', 'overlines-above');
431
432
ensureSingle(plotgroup, 'g', 'xaxislayer-above');
433
ensureSingle(plotgroup, 'g', 'yaxislayer-above');
0 commit comments