issues
search
cpettitt
/
dig.js
Graph algorithms for JavaScript
MIT License
20
stars
4
forks
source link
Integration with D3
#42
Open
cpettitt
opened
12 years ago
cpettitt
commented
12 years ago
This may be a separate glue layer. Initial things we need:
Estimation for text size for nodes. If we want to put names in a box, then we need to properly size the box during layout. We currently size using the node's width attribute.
Edge layout.
This may be a separate glue layer. Initial things we need: