Using with Chart.js v3
If your app needs Chart.js v3, please use a compatible version of this library:
- yarn
- pnpm
- npm
yarn add chart.js@^3.9.1 react-chartjs-2@^4.3.1
pnpm add chart.js@^3.9.1 react-chartjs-2@^4.3.1
npm install --save chart.js@^3.9.1 react-chartjs-2@^4.3.1
Also, please consider upgrading your app to Chart.js v4.
Upgrading to Chart.js v4​
First, upgrade packages. You'll need to install Chart.js v3 and the latest version of this library:
- yarn
- pnpm
- npm
yarn add chart.js@^4.0.0 react-chartjs-2@^5.0.0
pnpm add chart.js@^4.0.0 react-chartjs-2@^5.0.0
npm install --save chart.js@^4.0.0 react-chartjs-2@^5.0.0
Then, please follow the this guide.