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
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'}
)
The text was updated successfully, but these errors were encountered:
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'}
)
The text was updated successfully, but these errors were encountered: