Skip to content

Commit 0929e2d

Browse files
committed
Use correct source data for data traitlet
1 parent 273bab6 commit 0929e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/plotly/basewidget.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def __init__(
106106
)
107107

108108
self._widget_layout = deepcopy(self._layout_obj._props)
109-
self._widget_data = deepcopy(self._widget_data)
109+
self._widget_data = deepcopy(self._data)
110110

111111
# Validate Frames
112112
# ---------------

0 commit comments

Comments
 (0)