From a5f1ba669a1665af508a96a229dc12a73615e256 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Fri, 29 Aug 2025 16:55:38 -0600 Subject: [PATCH] mejoras UI/UX leaderboard final --- client/src/components/EventChart.vue | 182 +++++++++++++++++++++++-- client/src/components/EventFilters.vue | 42 +++++- 2 files changed, 208 insertions(+), 16 deletions(-) diff --git a/client/src/components/EventChart.vue b/client/src/components/EventChart.vue index 56d4932..0414bc3 100644 --- a/client/src/components/EventChart.vue +++ b/client/src/components/EventChart.vue @@ -96,15 +96,20 @@ - + + + - {{ currentPie?.name || '' }} - {{ selectedPlayerUuid ? 'Jugador' : 'Global' }} + Sin datos + {{ currentPie?.name || '' }} + No hay eventos + {{ selectedPlayerUuid ? 'Jugador' : 'Global' }} @@ -126,7 +131,7 @@