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
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