Skip to content

Commit 655508a

Browse files
committed
revert data and layout role to be object
1 parent 295c8ed commit 655508a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plots/frame_attributes.js

+2
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,15 @@ module.exports = {
3939
},
4040
data: {
4141
valType: 'any',
42+
role: 'object',
4243
description: [
4344
'A list of traces this frame modifies. The format is identical to the',
4445
'normal trace definition.'
4546
].join(' ')
4647
},
4748
layout: {
4849
valType: 'any',
50+
role: 'object',
4951
description: [
5052
'Layout properties which this frame modifies. The format is identical',
5153
'to the normal layout definition.'

0 commit comments

Comments
 (0)