ScatterPlot
ScatterPlot Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| showGrid | boolean | — | |
| xLabel | text | — |
Default
WithGrid
DensePoints
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
showGrid | boolean | — | Show grid |
xLabel | text | — | X axis label |
Using ScatterPlottsx
import { ScatterPlot } from '@/components/ScatterPlot'
<ScatterPlot
showGrid="..."
xLabel="..."
/>Tokens Used
No design tokens detected