Added chart.js to replace barcharts
... | ... | @@ -6,7 +6,9 @@ |
"@testing-library/jest-dom": "^5.16.3", | ||
"@testing-library/react": "^12.1.4", | ||
"@testing-library/user-event": "^13.5.0", | ||
"chart.js": "^3.7.1", | ||
"react": "^17.0.2", | ||
"react-chartjs-2": "^4.0.1", | ||
"react-dom": "^17.0.2", | ||
"react-move": "^6.5.0", | ||
"react-scripts": "5.0.0", | ||
... | ... |
Please register or sign in to comment