Skip to content

Commit a363aec

Browse files
committed
Revert "revert data and layout role to be object"
This reverts commit 655508a.
1 parent fb07d66 commit a363aec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/plots/frame_attributes.js

-2
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,13 @@ module.exports = {
3939
},
4040
data: {
4141
valType: 'any',
42-
role: 'object',
4342
description: [
4443
'A list of traces this frame modifies. The format is identical to the',
4544
'normal trace definition.'
4645
].join(' ')
4746
},
4847
layout: {
4948
valType: 'any',
50-
role: 'object',
5149
description: [
5250
'Layout properties which this frame modifies. The format is identical',
5351
'to the normal layout definition.'

0 commit comments

Comments
 (0)