Skip to main content

Network Graph

Force-directed layout using D3-force. Drag nodes, click to select and highlight connections. Ctrl/Cmd+scroll to zoom.

Social Network

Force-directed graph showing team connections. Nodes colored by department.

Social network showing team connections
Loading graph

Infrastructure Map

Weighted network showing server-to-service connections.

Infrastructure map showing service connections
Loading graph

Directed Graph

Same NetworkGraph component with directed prop. Adds arrow markers to edges showing direction.

Citation Network

Directed graph showing which papers cite which. Arrows point from citing paper to cited paper.

Citation network showing paper references
Loading graph

Tree Diagram

Hierarchical layout using D3-hierarchy. Click nodes to expand/collapse branches. Supports horizontal and vertical orientations.

Organization Chart

Horizontal tree showing company hierarchy. Click +/\u2212 to expand or collapse branches.

Organization chart showing company structure
Loading graph

File System

Vertical tree showing directory structure. Top-to-bottom layout.

File system directory structure
Loading graph

DAG Visualization

Directed acyclic graph layout using d3-dag Sugiyama algorithm. Nodes arranged in layers with minimized edge crossings.

Package Dependencies

Layered dependency graph showing package relationships. Arrows flow from dependents to dependencies.

Package dependency graph
Loading graph

Task Pipeline

Data processing pipeline showing task flow from input through processing to output.

Task pipeline showing data processing flow
Loading graph

Sankey Diagram

Flow visualization using d3-sankey. Width of flows proportional to value. Hover nodes to highlight connected flows.

Energy Flow

Multi-stage energy flow from sources through distribution to consumption. Gradient-colored flows.

Energy flow diagram
Loading graph

User Funnel

Conversion funnel showing user progression from visit to subscription, with churn and bounce exits.

User conversion funnel
Loading graph

Knowledge Graph

Filtered network graph with entity and relationship type controls. Wraps NetworkGraph with domain-specific filtering.

Movie Database

Knowledge graph showing movies, people, and genres. Use filters to show/hide entity and relationship types.

Entity types
Relationships
Movie database knowledge graph
Loading graph

Layout Comparison

Same data rendered with three different layout algorithms. Force-directed (physics), tree (hierarchy), and DAG (layered).

Force Layout

Physics-based positioning. Nodes repel, edges attract.

Force-directed layout of comparison data
Loading graph

Tree Layout

Hierarchical positioning. Parent-child structure.

Tree layout of comparison data
Loading graph

DAG Layout

Layered positioning. Minimized edge crossings.

DAG layout of comparison data
Loading graph
← Back to Viz