We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
anim:true
1 parent 4ef048f commit 61ee4e9Copy full SHA for 61ee4e9
1 file changed
src/plots/attributes.js
@@ -74,7 +74,13 @@ module.exports = {
74
uid: {
75
valType: 'string',
76
role: 'info',
77
- editType: 'plot'
+ 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(' ')
84
},
85
ids: {
86
valType: 'data_array',
0 commit comments