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
I created a minimal app using shiny and plotly using shinywidgets. When I use the select input to change the x variable, the plotly plot rerenders, but there is a visible "jump" that is jarring. Is there a way to avoid this? Note that I tried the same app with streamlit and dash and in both cases, there is NO "jump"
If I set the height parameter explicitly, the "jump" disappears. I presume it happens because of the responsive CSS that is updating the plot dimensions after the initial render.
Description
I created a minimal app using shiny and plotly using shinywidgets. When I use the select input to change the x variable, the plotly plot rerenders, but there is a visible "jump" that is jarring. Is there a way to avoid this? Note that I tried the same app with
streamlit
anddash
and in both cases, there is NO "jump"What I Did
Shinylive URL
The text was updated successfully, but these errors were encountered: