Pro Components
Base Components
Charts 5
Stacked area chart showing multiple series and composition over time with legend.
Example
Traffic Sources
Visitors by device type over time
Introduction
Charts 5 is a stacked area chart:- Layers: Multiple series stacked (e.g. Series A, B, C) with distinct colors.
- Legend: Labels below the chart; tooltips show all series at each point.
- Card: Bordered card with title.
Usage
import { ChartCard9 } from "@/components/ui/chart-card-9";
<ChartCard9 />;