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.
Good for composition over time (traffic, revenue by product). Uses Chart and Recharts.

Usage

import { ChartCard9 } from "@/components/ui/chart-card-9";

<ChartCard9 />;
Replace the sample data with your time series and series keys.

On this page