diff --git a/frontend/src/components/analytics/TagChart.vue b/frontend/src/components/analytics/TagChart.vue
new file mode 100644
index 0000000..51cb28d
--- /dev/null
+++ b/frontend/src/components/analytics/TagChart.vue
@@ -0,0 +1,93 @@
+
+
+
Repartition par tag
+
+
+
+
+
diff --git a/frontend/src/pages/AnalyticsPage.vue b/frontend/src/pages/AnalyticsPage.vue
index 56987fc..1de2139 100644
--- a/frontend/src/pages/AnalyticsPage.vue
+++ b/frontend/src/pages/AnalyticsPage.vue
@@ -21,12 +21,16 @@
-
+
-
+
+
+
+
@@ -45,6 +49,7 @@ import { ref, onMounted } from 'vue'
import FilterPanel from '../components/analytics/FilterPanel.vue'
import KpiCards from '../components/analytics/KpiCards.vue'
import CategoryChart from '../components/analytics/CategoryChart.vue'
+import TagChart from '../components/analytics/TagChart.vue'
import MonthlyChart from '../components/analytics/MonthlyChart.vue'
import TopFournisseursChart from '../components/analytics/TopFournisseursChart.vue'
import DepensesTable from '../components/analytics/DepensesTable.vue'