Skip to content

Commit 1a41bb7

Browse files
committed
Fix typo in line_grid_defaults zerolineLayer → zerolinelayer
1 parent 2d94bef commit 1a41bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/line_grid_defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module.exports = function handleLineGridDefaults(containerIn, containerOut, coer
7373
var showZeroLine = coerce('zeroline', opts.showGrid || !!zeroLineColor || !!zeroLineWidth);
7474

7575
if(!showZeroLine) {
76-
delete containerOut.zerolineLayer;
76+
delete containerOut.zerolinelayer;
7777
delete containerOut.zerolinecolor;
7878
delete containerOut.zerolinewidth;
7979
}

0 commit comments

Comments
 (0)