Skip to content

Commit 3dd16f7

Browse files
committed
Add arrayOk attribute to marker.line.dash for scatter plots.
- Enable array support for the `dash` attribute. - Correct line from `editType: 'style'` to `arrayOk: true`
1 parent f733505 commit 3dd16f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/scatter/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ module.exports = {
556556
description: 'Sets the width (in px) of the lines bounding the marker points.'
557557
},
558558
dash: extendFlat({}, dash, {
559-
editType: 'style'
559+
arrayOk: true
560560
}),
561561
editType: 'calc'
562562
},

0 commit comments

Comments
 (0)