Designed for Windows, this tool offers a comprehensive solution for network visualization, harnessing the power of the vis-network and d3 libraries. It allows users to define nodes and edges, tailor node aesthetics by adjusting colors and sizes, and then showcase the network interactively on a web interface.
Run Visualizationkit.exe.
- Start the server by running Visualizationkit.exe.
- Enter the desired port number or use the default (5002).
- Open a web browser and navigate to http://localhost:<port_number>/.
- Input node and edge data in the provided fields.
- Click on the "Visualize" button to see the network visualization.
In this project, edges are represented using the following format:
node1_ID>>node2_ID>>Edge_Label>>Edge_Style
- dashed: Represents the edge with a dashed line in red color.
- dotted: Represents the edge with a dotted pattern.
NetVisualizationkit can work with Excel columns by using the required formulas to prepare the input data, then copying and pasting the generated results directly into the software.
This method is very useful when working with big data, large network inventories, or bulk node and edge creation.
- Arrange your data in Excel columns.
- Write the required Excel formula to generate the format needed by the software.
- Drag the formula down for all rows.
- Copy the generated results.
- Paste the output into the appropriate field in NetVisualizationkit.
- Click Visualize.
If your Excel sheet contains:
- Column A = Source Node ID
- Column B = Destination Node ID
- Column C = Edge Label
- Column D = Edge Style
Use this formula in Excel:
=A2&">>"&B2&">>"&C2&">>"&D2
