Build composable, responsive React charts with Recharts library. Use when creating data visualizations including line charts, area charts, bar charts, pie…
Recharts
React charting library built on top of D3 for composable, declarative data visualization.
Quick Start
1. Install Recharts
npm install recharts
2. Basic Chart Structure
All Recharts charts follow the same pattern:
import { LineChart, Line, XAxis, YAxis, CartesianGrid, Tooltip, Legend, ResponsiveContainer } from 'recharts';don't have the plugin yet? install it then click "run inline in claude" again.