You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gvwilson User https://github.com/yuvashrikarunakaran who posted above is engaging in disruptive behaviour. I am not sure if this is a bot, a person in a mental crisis, or both, but you can see from their profile that they are making trivial commits to many repositories, which have been rejected by every other organisation except for Plotly. You can also read the senseless comments they made in this repository.
Describe the bug
set_props
does not work withPatch
. I guess, it replaces the Figure object with a Patch object instead of merging them.As a result, in order to update a figure partially, one has to use old-style
Output
in server-side callbacks.I haven't seen anything in the docs that would suggest that this is expected behaviour.
Expected behavior
set_props
works withPatch
orFigure
equally well when updatingGraph
component'sfigure
property.Reproduce
Code to reproduce
`pip list | grep dash` below
The text was updated successfully, but these errors were encountered: