What is Network Explorer?
It is a graph visualization tool built with React, Graphin, D3, and Ant Design. Graphin is based on G6 and React and offers graph analysis ability out of the box.
Network Explorer's purpose is to help users style and render graphs easily without code through a UI by importing a dataset or connecting to a database.
- Temporal visualization with a brushable timeline
- Customized nodes and edges styling
- Customized tooltip content
- Data filtering: Entity ID, Datetime, Degree
Upload data and select options to customize output graph
Brushable timeline to filter data to highlight
Select an entity to show its connections
npm install
npm run start
Check out issues for bug reports or feature suggestions. I greatly appreciate your help!