fix(pieChart labels en francais): labels francais

This commit is contained in:
Laurian-Dufrechou
2023-05-22 17:18:45 +02:00
parent 944ecf1061
commit 30178b807c
+1 -1
View File
@@ -41,7 +41,7 @@ const PieChart = () => {
// Préparer les données pour le chart
const data = {
labels: ["MALE", "FEMALE", "OTHER", "UNKNOWN"],
labels: ["Homme", "Femme", "Autre", "Inconnu"],
datasets: [
{
data: countGenders(),