Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb24be1

Browse files
committed
💄
1 parent 8a61494 commit eb24be1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plotly/widgets/graph_widget.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,8 @@ def restyle(self, update, indices=None):
409409
"""
410410
# TODO: Add flat traces to graph_objs
411411
message = {
412-
'task': 'restyle', 'update': update,
412+
'task': 'restyle',
413+
'update': update,
413414
'graphId': self._graphId
414415
}
415416
if indices:

0 commit comments

Comments
 (0)