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

Update 2 files

- /xg2.js
- /xg.js
parent c725b7e7
No related branches found
No related tags found
No related merge requests found
Pipeline #12929 passed
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment