Skip to content

Commit d19b0a5

Browse files
authored
Update src/traces/carpet/axis_attributes.js
1 parent 56baf0b commit d19b0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/carpet/axis_attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ module.exports = {
386386
editType: 'calc',
387387
description: 'Sets the width (in px) of the grid lines.'
388388
},
389-
minorgriddash: extendFlat({}, dash, {dflt: '', editType: 'none'}),
389+
minorgriddash: extendFlat({}, dash, {editType: 'calc'}),
390390
minorgridcolor: {
391391
valType: 'color',
392392
dflt: colorAttrs.lightLine,

0 commit comments

Comments
 (0)