Skip to content

Commit 45a1d0f

Browse files
authored
Merge pull request #6151 from plotly/carpet-delete-gridwidth
fix clearing carpet.gridwidth
2 parents f2d0f53 + 92d646b commit 45a1d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/carpet/axis_defaults.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ module.exports = function handleAxisDefaults(containerIn, containerOut, options)
165165

166166
if(!showGrid) {
167167
delete containerOut.gridcolor;
168-
delete containerOut.gridWidth;
168+
delete containerOut.gridwidth;
169169
} else {
170170
coerce('minorgridcount');
171171
coerce('minorgridwidth', gridWidth);

0 commit comments

Comments
 (0)