An open API service indexing awesome lists of open source software.

https://github.com/awinterman/d3.force-node


https://github.com/awinterman/d3.force-node

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

          

# d3.Force-nodes #

Inherits from d3.Force-links-change and d3.Force-links-status, and implements
two new methods-- one for removing all links from a node, and then an
additional method which also removes the node itself.

```
var node_manager = new Node(loops, directed, multiedge)

node_manager.orphan(lonely_node, force)
node_manager.remove(bad_node, force)
```