Force directed graph using tabletop.js and shortestpath v2
D3 force directed graph which incorporates the following:
- tabletop.js (https://github.com/jsoma/tabletop) to pull the node and link data from Google Sheets.
- ShortestPathCalculator.js (https://github.com/julianbrowne/dijkstra) to calculate shortest path between the selected node and the others, for highlighting purposes.
- d3.legend.js (/zjonsson/3918369).
[legend test 6]