diff --git a/index.html b/index.html index dcd6967..10a7cc1 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/package-lock.json b/package-lock.json index c536698..f46a190 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,8 +8,10 @@ "name": "poc", "version": "0.0.0", "dependencies": { + "@fontsource/zilla-slab": "^5.0.13", "@vuestic/tailwind": "^0.1.5", "chart.js": "^4.4.2", + "chartjs-plugin-annotation": "^3.0.1", "pinia": "^2.1.7", "vue": "^3.4.21", "vue-chartjs": "^5.3.1", @@ -562,6 +564,11 @@ } } }, + "node_modules/@fontsource/zilla-slab": { + "version": "5.0.13", + "resolved": "https://registry.npmjs.org/@fontsource/zilla-slab/-/zilla-slab-5.0.13.tgz", + "integrity": "sha512-TLEjRB/Ub/odkv13GrggKPRWL3OS2wj0WvQXNMU4nsDNQEAERe26IQ8vGzxt+fi35keJ9UhZsaF5m/TgdHx4Mg==" + }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.14", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", @@ -1696,6 +1703,14 @@ "pnpm": ">=8" } }, + "node_modules/chartjs-plugin-annotation": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/chartjs-plugin-annotation/-/chartjs-plugin-annotation-3.0.1.tgz", + "integrity": "sha512-hlIrXXKqSDgb+ZjVYHefmlZUXK8KbkCPiynSVrTb/HjTMkT62cOInaT1NTQCKtxKKOm9oHp958DY3RTAFKtkHg==", + "peerDependencies": { + "chart.js": ">=4.0.0" + } + }, "node_modules/chokidar": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", diff --git a/package.json b/package.json index 443c4f3..f2c5566 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,10 @@ "check-all": "run-p check type-check lint --" }, "dependencies": { + "@fontsource/zilla-slab": "^5.0.13", "@vuestic/tailwind": "^0.1.5", "chart.js": "^4.4.2", + "chartjs-plugin-annotation": "^3.0.1", "pinia": "^2.1.7", "vue": "^3.4.21", "vue-chartjs": "^5.3.1", diff --git a/src/App.vue b/src/App.vue index e9f681c..415d115 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,20 +1,37 @@