8000 Update src/plots/cartesian/layout_attributes.js · plotly/plotly.js@6f9f4a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f9f4a6

Browse files
authored
Update src/plots/cartesian/layout_attributes.js
1 parent fa5bf04 commit 6f9f4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ module.exports = {
797797
editType: 'ticks',
798798
description: 'Sets the width (in px) of the grid lines.'
799799
},
800-
griddash: extendFlat({}, dash, {dflt: '', editType: 'none'}),
800+
griddash: extendFlat({}, dash, {dflt: '', editType: 'ticks'}),
801801
zeroline: {
802802
valType: 'boolean',
803803
editType: 'ticks',

0 commit comments

Comments
 (0)
0