From 4cb10822f2dd39a1d0a517b5367f6e1a198d986e Mon Sep 17 00:00:00 2001 From: ferngon <fernando.gonzalez.sanz@alumnos.uva.es> Date: Tue, 10 Dec 2024 16:27:59 +0000 Subject: [PATCH] Update 2 files - /xg2.js - /xg.js --- xg.js | 2 +- xg2.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xg.js b/xg.js index 9ecac12..708baf8 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(goles esperados) 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 1a522da..9e44757 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 "Goles anotados"-"xG(goles esperados)": ${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