Skip to content

Commit af67106

Browse files
marthacryanrl-utility-man
authored andcommitted
Use correct source data for data traitlet
1 parent 5c21f06 commit af67106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/basewidget.py

Lines changed: 1 addition & 1 deletion
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)