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 0929e2d commit 215017fCopy full SHA for 215017f
packages/python/plotly/plotly/basewidget.py
@@ -105,9 +105,6 @@ def __init__(
105
**kwargs,
106
)
107
108
- self._widget_layout = deepcopy(self._layout_obj._props)
109
- self._widget_data = deepcopy(self._data)
110
-
111
# Validate Frames
112
# ---------------
113
# Frames are not supported by figure widget
0 commit comments