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
d3.force fails if you feed it an edge with no corresponding vertex.
This happens in the tool if you remove a vertex but don't remove any corresponding edges.
To fix this, any orphan edges must be filtered. Additionally, the user should be notified of such edges in some way. Here are some possible ways of handling the user side:
highlighting the lines in the textarea
displaying a list of _ids that a user can search for (easiest!)
The text was updated successfully, but these errors were encountered:
d3.force fails if you feed it an edge with no corresponding vertex.
This happens in the tool if you remove a vertex but don't remove any corresponding edges.
To fix this, any orphan edges must be filtered. Additionally, the user should be notified of such edges in some way. Here are some possible ways of handling the user side:
The text was updated successfully, but these errors were encountered: