Skip to content

Commit 64917ba

Browse files
committed
review comments
1 parent 3faa3d2 commit 64917ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/plots/cartesian/line_grid_defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = function handleLineGridDefaults(containerIn, containerOut, coer
4141
if(!showGridLines) {
4242
delete containerOut.gridcolor;
4343
delete containerOut.gridwidth;
44-
delete containerOut.gridDash;
44+
delete containerOut.griddash;
4545
}
4646

4747
if(!opts.noZeroLine) {

src/traces/carpet/axis_defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ module.exports = function handleAxisDefaults(containerIn, containerOut, options)
168168
if(!showGrid) {
169169
delete containerOut.gridcolor;
170170
delete containerOut.gridWidth;
171-
delete containerOut.gridDash;
171+
delete containerOut.griddash;
172172
} else {
173173
coerce('minorgridcount');
174174
coerce('minorgridwidth', gridWidth);

0 commit comments

Comments
 (0)