From 94f32bf2e6cfec56bdabe27b5be7e891a340fcf4 Mon Sep 17 00:00:00 2001 From: ferngon <fernando.gonzalez.sanz@alumnos.uva.es> Date: Tue, 10 Dec 2024 16:24:18 +0000 Subject: [PATCH] Update 2 files - /xg.js - /xg2.js --- xg.js | 2 +- xg2.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xg.js b/xg.js index 3872ccf..9ecac12 100644 --- a/xg.js +++ b/xg.js @@ -108,7 +108,7 @@ // Crear un nuevo tÃtulo svgContainer.select("h2").remove(); // Eliminar tÃtulo anterior si existe svgContainer.append("h2") - .text(`xG vs Goles anotados: ${trophie} ${year}-${year + 1}`) + .text(`xG(goles esperados) vs Goles anotados: ${trophie} ${year}-${year + 1}`) .style("text-align", "center-left") .style("margin-bottom", "10px"); diff --git a/xg2.js b/xg2.js index 393719b..14ef6de 100644 --- a/xg2.js +++ b/xg2.js @@ -105,7 +105,7 @@ // Crear un nuevo tÃtulo svgContainer.select("h2").remove(); // Eliminar tÃtulo anterior si existe svgContainer.append("h2") - .text(`Diferencia xG-Goles anotados: ${trophie} ${year}-${year + 1}`) + .text(`Diferencia Goles anotados-xG(goles esperados): ${trophie} ${year}-${year + 1}`) .style("text-align", "center-left") .style("margin-bottom", "10px"); -- GitLab