Skip to content

Commit 56baf0b

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

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
@@ -362,7 +362,7 @@ module.exports = {
362362
editType: 'calc',
363363
description: 'Sets the width (in px) of the axis line.'
364364
},
365-
griddash: extendFlat({}, dash, {dflt: '', editType: 'none'}),
365+
griddash: extendFlat({}, dash, {editType: 'calc'}),
366366
showgrid: {
367367
valType: 'boolean',
368368
dflt: true,

0 commit comments

Comments
 (0)