Skip to content

Commit 61ee4e9

Browse files
committed
make trace uid an anim:true attr + improve description
1 parent 4ef048f commit 61ee4e9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/plots/attributes.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,13 @@ module.exports = {
7474
uid: {
7575
valType: 'string',
7676
role: 'info',
77-
editType: 'plot'
77+
editType: 'plot',
78+
anim: true,
79+
description: [
80+
'Assign an id to this trace,',
81+
'Use this to provide object constancy between traces during animations',
82+
'and transitions.'
83+
].join(' ')
7884
},
7985
ids: {
8086
valType: 'data_array',

0 commit comments

Comments
 (0)