DashboardCharts
Dashboard layout with KPI tiles, line chart, bar chart, and pie chart.
Category: display · WCAG 2.1-AA · block, dashboard, charts, kpi
Props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | Additional CSS class names merged onto the root DashboardLayout element. |
When to use
- A prebuilt dashboard with KPI tiles, line, bar, and pie charts
- Quickly demonstrating or scaffolding an analytics overview
When not to use
- You only need the layout frame — use DashboardLayout
- A single metric display — use a Kpi card
Examples
Default
Charts dashboard demo
<DashboardCharts />Related components
- DashboardLayout — Composes the dashboard layout frame
- StatsCards — Use when you only need the KPI tile row