LineChart
LineChart Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| height | number | — | |
| showArea | boolean | — |
Default
WithArea
MultiSeries
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
height | number | — | Chart height |
showArea | boolean | — | Show area fill |
Using LineCharttsx
import { LineChart } from '@/components/LineChart'
<LineChart
height="..."
showArea="..."
/>Tokens Used
No design tokens detected