mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-05-13 17:21:53 +00:00
fix(pieChart labels en francais): labels francais
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user