-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
default usage of go.Figure does not allow users to enter uid for traces. That seems to be because it calls self._data_validator = DataValidator(set_uid=True) that triggers:
plotly.py/_plotly_utils/basevalidators.py
Lines 2359 to 2361 in bb5c998
| if self.set_uid: | |
| for trace in v: | |
| trace.uid = str(uuid.uuid4()) |
Can we override uid only if it wasn't set by the user?
Discovered while debugging https://community.plot.ly/t/preserving-ui-state-like-zoom-in-dcc-graph/15793/34
Metadata
Metadata
Assignees
Labels
No labels