add some design to the app

This commit is contained in:
2023-03-28 16:52:39 +02:00
parent 5e8bdd7d4b
commit 0316761c10
7 changed files with 267 additions and 54 deletions
+9
View File
@@ -10,6 +10,7 @@
"dependencies": {
"chart.js": "^4.2.1",
"chartjs-plugin-annotation": "^2.2.1",
"chartjs-plugin-datalabels": "^2.2.0",
"core-js": "^3.8.3",
"vue": "^3.2.13",
"vue-chartjs": "^5.2.0",
@@ -4385,6 +4386,14 @@
"chart.js": ">=3.7.0"
}
},
"node_modules/chartjs-plugin-datalabels": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/chartjs-plugin-datalabels/-/chartjs-plugin-datalabels-2.2.0.tgz",
"integrity": "sha512-14ZU30lH7n89oq+A4bWaJPnAG8a7ZTk7dKf48YAzMvJjQtjrgg5Dpk9f+LbjCF6bpx3RAGTeL13IXpKQYyRvlw==",
"peerDependencies": {
"chart.js": ">=3.0.0"
}
},
"node_modules/chokidar": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",