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.
1 parent 273bab6 commit 0929e2dCopy full SHA for 0929e2d
packages/python/plotly/plotly/basewidget.py
@@ -106,7 +106,7 @@ def __init__(
106
)
107
108
self._widget_layout = deepcopy(self._layout_obj._props)
109
- self._widget_data = deepcopy(self._widget_data)
+ self._widget_data = deepcopy(self._data)
110
111
# Validate Frames
112
# ---------------
0 commit comments