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 @@