Skip to main content

Node graphs

Generated from mcp/patterns.registry.json — do not edit by hand; change the registry and run bun run patterns:build.

Index card — the docs below are the canonical explanation; deep-tier pattern pages additionally carry invariants and emulation notes.

Category: Data Viz · Tier: light · Risk: low — frontend only

D3-powered network, tree, DAG, Sankey, and knowledge-graph layout components, rendered as SVG by Svelte while D3 only computes positions.

When to use: Use when visualizing relationships, hierarchies, or flow volumes between entities as a node graph.

Docs

Code

Proof


Machine-readable record: viz-graphs in mcp/patterns.registry.json.

← Back to Pattern Library

Think this pattern could be better? Tell us how.

Leave feedback