Skip to content

Commit 8836c93

Browse files
author
Jon M. Mease
committed
Pass frames param to superclass in BaseFigureWidget, need this for validation
1 parent 8ad6873 commit 8836c93

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

plotly/basewidget.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ def __init__(self,
124124
# with the `layout` constructor parameter of the `widgets.DOMWidget`
125125
# ipywidgets class
126126
super().__init__(data=data,
127-
layout_plotly=layout)
127+
layout_plotly=layout,
128+
frames=frames)
128129

129130
# Validate Frames
130131
# ---------------

0 commit comments

Comments
 (0)