Graph Visualization
for the Modern Web
Mycelium.js is a low-overhead engine designed for recursive hierarchical structures and complex network adjacency.
Live Playground
Interact with the Acme Corp adjacency dataset. Click nodes to drill through the hierarchy.
Specifications
01
Core Engine
Built on D3.js v7 with a deterministic radial layout logic. Optimized for recursive data structures without layout thrashing.
Mycelium.init({ dataUrl: 'data.json' });
02
History & State
Persistent navigation stacks allow for deep exploration of multi-level networks with unified back-navigation.
03
Sanitation
Built-in XSS mitigation for node rendering and strict RFC-compliant schema validation for JSON inputs.