File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,12 @@ module.exports = {
174
174
'interactions like `selectedpoints` and type-specific ones such as' ,
175
175
'`constraintrange` in `parcoords` traces, as well as some' ,
176
176
'`editable: true` modifications such as `name` and `colorbar.title`.' ,
177
- 'Defaults to `layout.uirevision`.'
177
+ 'Defaults to `layout.uirevision`.' ,
178
+ 'Trace changes are tracked by `uid`, which only falls back on trace' ,
179
+ 'index if no `uid` is provided. So if your app can add/remove traces' ,
180
+ 'before the end of the `data` array, such that the same trace has a' ,
181
+ 'different index, you can still preserve user-driven changes if you' ,
182
+ 'give each trace a `uid` that stays with it as it moves.'
178
183
] . join ( ' ' )
179
184
}
180
185
} ;
You can’t perform that action at this time.
0 commit comments