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 2d94bef commit 1a41bb7Copy full SHA for 1a41bb7
src/plots/cartesian/line_grid_defaults.js
@@ -73,7 +73,7 @@ module.exports = function handleLineGridDefaults(containerIn, containerOut, coer
73
var showZeroLine = coerce('zeroline', opts.showGrid || !!zeroLineColor || !!zeroLineWidth);
74
75
if(!showZeroLine) {
76
- delete containerOut.zerolineLayer;
+ delete containerOut.zerolinelayer;
77
delete containerOut.zerolinecolor;
78
delete containerOut.zerolinewidth;
79
}
0 commit comments