ScatterPlot
stableTwo-dimensional scatter plot for correlation and distribution — risk vs. return, exposure vs. limit
import { ScatterPlot } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
datareq | ScatterPoint[] | — | Points to plot |
xLabel | string | — | X-axis label |
yLabel | string | — | Y-axis label |
severityColored | boolean | — | Color points by severityValue |
datarequiredType
ScatterPoint[]Default —Points to plot
xLabelType
stringDefault —X-axis label
yLabelType
stringDefault —Y-axis label
severityColoredType
booleanDefault —Color points by severityValue
MobileStacks / Scroll
Scatter plot requires min 300px. Wrap in overflow-x-auto.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?