Network Navigator lets you explore node-link data by panning over and zooming into a force-directed node layout (which can be precomputed or animated live). From an initial overview of all nodes, you can use simple text search to enlarge matching nodes in ways that guide subsequent navigation. Network nodes can also be color-coded based on additional attributes of the dataset and filtered by linked visuals.
This visual is experimental and not actively being developed, only major issues will be addressed.
- Fork this repo
- Install node.js 16+
- Install yarn
- Run
yarnon the project directory, which will install all the dependencies - Run
yarn packagewhich compile thenetwork-navigator, andnetwork-navigator-powerbipackages.- Compiling
network-navigator-powerbiwill also create a.pbivizfile in thepackages/network-navigator/powerbi/distdirectory, which can be imported directly in Power BI
- Compiling
- Run
yarn test
- Run
yarn lint
