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
For very highly connected nodes, expanding all relationships in the graph sometimes leads to the graph freezing due to the burden of rendering so many nodes. To avoid this problem we should set a cap on the number of new neighbour node (ex. relationships) that can be expanded at any one time. See #49 for an example of a highly connected node
The text was updated successfully, but these errors were encountered:
For very highly connected nodes, expanding all relationships in the graph sometimes leads to the graph freezing due to the burden of rendering so many nodes. To avoid this problem we should set a cap on the number of new neighbour node (ex. relationships) that can be expanded at any one time. See #49 for an example of a highly connected node
The text was updated successfully, but these errors were encountered: