Skip to content

ScatterPlot

stable

Two-dimensional scatter plot for correlation and distribution — risk vs. return, exposure vs. limit

import { ScatterPlot } from "@nodus/design-system/finance"
Loading demo…

Props

datarequired
Type ScatterPoint[]Default

Points to plot

xLabel
Type stringDefault

X-axis label

yLabel
Type stringDefault

Y-axis label

severityColored
Type booleanDefault

Color points by severityValue

Metadatasemantictypeborderoutcome
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?