Area Chart
Area chart with filled regions and stacked support. Use cases: Cumulative data, bandwidth usage, memory consumption, power draw over time, filled envelopes.
Installation
Copy and paste the following code into your project.
npx @plexusui/cli add area-chart
Manual Installation
1. Copy the component code from components/area-chart.tsx
2. Install dependencies:
npm install react@latest
3. Copy any required primitive components
Examples
Loading example...