Added Chart to HomeScreen

This commit is contained in:
2024-08-25 20:45:52 +02:00
parent 4127c6d4fb
commit 734c9ec8f3
4 changed files with 224 additions and 5 deletions

8
package-lock.json generated
View File

@@ -33,7 +33,7 @@
"axios": "^1.6.7",
"base64-arraybuffer": "^1.0.2",
"buffer": "^6.0.3",
"chart.js": "^4.4.3",
"chart.js": "^4.4.4",
"client-oauth2": "^4.3.3",
"date-fns": "^3.6.0",
"dayjs": "^1.11.10",
@@ -7581,9 +7581,9 @@
}
},
"node_modules/chart.js": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.3.tgz",
"integrity": "sha512-qK1gkGSRYcJzqrrzdR6a+I0vQ4/R+SoODXyAjscQ/4mzuNzySaMCd+hyVxitSY1+L2fjPD1Gbn+ibNqRmwQeLw==",
"version": "4.4.4",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.4.tgz",
"integrity": "sha512-emICKGBABnxhMjUjlYRR12PmOXhJ2eJjEHL2/dZlWjxRAZT1D8xplLFq5M0tMQK8ja+wBS/tuVEJB5C6r7VxJA==",
"dependencies": {
"@kurkle/color": "^0.3.0"
},