Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 124da94

Browse files
committed
make frame 'traces' attribute an 'any' valType
- 'traces' isn't completely compatible with the current 'info_array' coerce function.
1 parent 3335632 commit 124da94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/frame_attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = {
2525
description: 'A label by which to identify the frame'
2626
},
2727
traces: {
28-
valType: 'info_array',
28+
valType: 'any',
2929
role: 'info',
3030
description: [
3131
'A list of trace indices that identify the respective traces in the',

0 commit comments

Comments
 (0)