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
overwrites the auto-generated buttons object. At least for users of the frame API, it probably only ever makes sense to have write access to button.label anyway, so I'm thinking we should add an explicit label argument to animation_button():
This is currently quite difficult and actually best done via
plotly_build()
since thisoverwrites the auto-generated
buttons
object. At least for users of theframe
API, it probably only ever makes sense to have write access tobutton.label
anyway, so I'm thinking we should add an explicitlabel
argument toanimation_button()
:The text was updated successfully, but these errors were encountered: