ChrisDelClea / streamlit-agraph

A Streamlit Graph Vis
MIT License
387 stars 52 forks source link

Should "collapsible" and "clustering" config settings work? #41

Open zoltanszalontay opened 1 year ago

zoltanszalontay commented 1 year ago

How to turn them on if they are supported at all? I can't find a way to get them work.

config = Config( height=1600, width=1000, nodeHighlightBehavior=True, highlightColor="#F7A7A6", directed=True, collapsible=True, # it should collapse the connecting nodes clustering=True, # it should show a subgraph only when the number of nodes > 5000 node={'labelProperty': 'label'} )

thestumonkey commented 1 year ago

ME neither