Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Commit 7f23091

Browse files
Add interactive Adjacency Matrix Viewer
New docs/matrix.html page with: - Load JSON graphs (drag-and-drop or file picker) - Interactive matrix with hover tooltips showing source→target, weight, type - 5 sort modes: alphabetical, degree (asc/desc), community cluster, original - 3 color modes: edge weight heatmap, binary, edge type - Community detection via label propagation - Stats bar: nodes, edges, density, max weight, communities - Export as PNG or CSV - Sample graph generator for quick testing - Toggle value labels and force-symmetric options - Sidebar links added to index.html and stats.html Usage: Open docs/matrix.html in browser, load a JSON graph file (same format as Graph Explorer), explore the adjacency structure.
1 parent 7f4eec7 commit 7f23091

3 files changed

Lines changed: 409 additions & 0 deletions

File tree

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ <h2>GraphVisual</h2>
2828
<a href="query.html" class="sidebar-link"><span class="icon">🔎</span>Query Playground</a>
2929
<a href="generator.html" class="sidebar-link"><span class="icon">🎲</span>Graph Generator</a>
3030
<a href="stats.html" class="sidebar-link"><span class="icon">📈</span>Statistics</a>
31+
<a href="matrix.html" class="sidebar-link"><span class="icon">🔢</span>Adjacency Matrix</a>
3132
</div>
3233
<div class="sidebar-section">
3334
<div class="sidebar-section-title">Architecture</div>

0 commit comments

Comments
 (0)