feat(chart): add chart implementation

This commit is contained in:
2021-12-23 00:29:13 +01:00
parent 566e75f99a
commit 2556908042
13 changed files with 261 additions and 17 deletions

View File

@@ -16,11 +16,14 @@
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"bootstrap-vue": "^2.21.2",
"chart.js": "^2.9.4",
"core-js": "^3.6.5",
"npm": "^8.1.0",
"portal-vue": "^2.1.7",
"vue": "^2.6.14",
"vue-axios": "^3.2.4",
"vue-chartjs": "^3.5.1",
"vue-moment": "^4.1.0",
"vue-router": "^3.5.1",
"vuex": "^3.6.2"
},