- Nodes ignore force completely and appear in top left corner, overlapping.
- You may have duplicate links. You can have multiple links between nodes but they need unique names.
- It may also be a problem with the link ids.
- Did you start the force simulation?
- This also happens when the nodes are not updated correctly. (I had
nodeEnter.merge(node)
instead ofnode = nodeEnter.merge(node)
) - Nodes are linked but ignore charge, so that all neighbor nodes 'collapse' and overlap with one another.
- Do you have a custom
charge()
function? It might be broken. - Nodes are arranged and linked together correctly but links don't show up.
- Are the links formatted correctly (e.g. in CSS)? (and does their class match and all that)
-
Notifications
You must be signed in to change notification settings - Fork 0
ropeladder/d3-force-troubleshooting
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published