Grouped Dependency Graph
Visualize dependencies between groups of components.
Check out an example source code dependency graph here.
The graph above is generated using example/data.json:
Features
Clicking a node displays the list of the components within that node and selects it.
Hovering over a node highlights the shortest path from the rootNode
or selected node.
Installation
npm install --save grouped-graph
API
const root = document const options = width: 800 height: 800 const visualization = groupedGraphvisualization
Development
git clone git@github.com:noahsug/grouped-graph.gitcd grouped-graphnpm run startnpm run build:example -- --watch