diff --git a/xg.js b/xg.js index 9ecac1298aab2261f70870c0ae3697d60bbfc185..708baf8560fec25110f96125e6a5c456fa4d8695 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 1a522dade426a4c880553f021e4d117ebbfb8cd3..9e44757c226cd9088c045f2a23545d99fefc0963 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");