streamlit-agraph icon indicating copy to clipboard operation
streamlit-agraph copied to clipboard

A Streamlit Graph Vis

Results 27 streamlit-agraph issues
Sort by recently updated
recently updated
newest added

Hi, this is great! Is there any way to visualize gifs in the nodes, like you do for images? I tried using gifs, but they are shown as static image...

Hi, when using a wide window, the graph component does not take all available parent space, as can be seen here (the bottom node is truncated on its right): ![image](https://github.com/ChrisDelClea/streamlit-agraph/assets/812977/e3f8c862-d9bd-496b-8fda-96fc79e60948)...

when I create 2 agraphs on a page, streamlit complains: ``` streamlit.errors.DuplicateWidgetID: There are multiple identical `st.streamlit_agraph.agraph` widgets with the same generated key. When a widget is created, it's assigned...

Is there any documentation that I can use for this library?

The original front end dependency is broken thus can't be build. I fix the dependency, rewrite the frontend using functional component and hook. I also fix the gitignore so that...

While running 'examples/karate_club_graph.py' as is, got following error: ``` StreamlitAPIException: To use Custom Components in Streamlit, you need to install PyArrow. To do so locally: pip install pyarrow And if...