Skip to content
Snippets Groups Projects
Commit c725b7e7 authored by ferngon's avatar ferngon
Browse files

Update file xg2.js

parent 94f32bf2
Branches
No related tags found
No related merge requests found
Pipeline #12928 passed
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment