I am looking for a javascript library that splits networks into nodes arranged in a circle.
There are other good questions about javascript rendering in general, but most of the things mentioned seem to be pretty heavy tools. I am looking for a simple API that allows me to pass an array of pairs of strings representing the connections, and then displays the nodes of the resulting graph in a circle, and internal lines connect the connected nodes.
Requirements: javascript (not flash), free, available for offline use
javascript graph networking visualization
kdt
source share