OverviewOfficial Website
Explore the sample React charts created to show some of the enticing features packed in ReCharts.
Add Package
yarn add recharts
Import Package
import { LineChart,
Line,
XAxis,
YAxis,
CartesianGrid,
Tooltip,
Legend,
ResponsiveContainer } from 'recharts';
Remove Package
yarn add recharts ( or you can remove package by removing specific package from
package.json )