I'm looking for a graph (not chart) library for javascript. I only need to draw less than 10 nodes, so performance is not a big issue.
Needed features:
- should be able to coexist with / use jQuery
- directed graphs
- align graph automatically (no collisions is sufficient I think)
- ability to label edges
- ideally it's free as free beer and freedom of speech
I found a good thread here with many libs. But none of them seemed to support labels for edges.
Any hints?