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

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

Open zoltanszalontay opened this issue 1 year ago • 1 comments

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'} )

zoltanszalontay avatar Apr 22 '23 16:04 zoltanszalontay

ME neither

thestumonkey avatar Jun 01 '23 13:06 thestumonkey