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
yarn
on the project directory, which will install all the dependencies - Run
yarn package
which compile thenetwork-navigator
, andnetwork-navigator-powerbi
packages.- Compiling
network-navigator-powerbi
will also create a.pbiviz
file in thepackages/network-navigator/powerbi/dist
directory, which can be imported directly in Power BI
- Compiling
- Run
yarn test
- Run
yarn lint