I am looking for a JavaScript library which can do node-level traversal of a graph.
The most similar thing I could find (to help explain what I want) is ThinkMap, which is used by visualthesaurus.
Basically starting from a single circular node (preferably a <table>
) I would like to show a restricted number of nearest neighbours.
Clicking on a nearest neighbour should reframe the graph centering on the new node, and querying its JSON source for the new nearest neighbours.
Are there any open-source JavaScript libraries or frameworks with an example doing something similar?