LearningMultiplierGraph
stableCross-domain learning multiplier network graph with SVG nodes, weighted edges, and strength legend
import { LearningMultiplierGraph } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | "Learning Multipliers" | Graph title |
nodesreq | DomainNode[] | — | Domain nodes to display |
edgesreq | MultiplierEdge[] | — | Cross-domain multiplier edges (0–1 strength) |
asOf | string | — | As-of date |
titleType
stringDefault "Learning Multipliers"Graph title
nodesrequiredType
DomainNode[]Default —Domain nodes to display
edgesrequiredType
MultiplierEdge[]Default —Cross-domain multiplier edges (0–1 strength)
asOfType
stringDefault —As-of date
MobileStacks / Scroll
Graph activates h-scroll on narrow viewports.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?