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 came across a bit of a weird bug: If I put the link analysis component in the second tab of my streamlit app, the graph does not automatically fit to the screen. If I put it in the first tab, it seems to work fine oddly enough. Currently I use "fcose" as my layout, but it seems that it happens in other layouts too.
Any idea how to resolve this? If I re-render the graph by filtering, it does give me fitted graphs from that moment on. Is there any way I can re-render the graph directly at the start perhaps?
Also my thanks for this component, I think it is a great addition to Streamlit!