📚 Reference
🔖 Index
recharts
- Recharts is a Redefined chart library built with React and D3.
- The main purpose of this library is to help you to write charts in React applications without any pain. Main principles of Recharts are:
- Simply deploy with React components.
- Native SVG support, lightweight depending only on some D3 submodules.
- Declarative components, components of charts are purely presentational.
설치
# NPM
npm i recharts
# YARN
yarn add recharts