Redefined chart library built with React and D3
Recharts is a chart library built with React and D3, designed to make chart creation in React applications painless. It follows main principles of being deployable with React components, having native SVG support, and featuring declarative components. With clear separation and composition of components, Recharts simplifies the process of creating interactive charts.
To install Recharts using npm, ensure that react-is matches the version of your installed react package. For UMD build, you can access the library on window.Recharts.dev. To examine demos locally, run the command npm start
and browse to http://localhost:3000. For Storybook documentation, run npm run storybook
and browse to http://localhost:6006.
Recharts simplifies the process of creating interactive charts in React applications by providing a redefined chart library that leverages React components and D3. With features like native SVG support and declarative components, Recharts offers an easy and painless way to integrate charts into React projects.