From cabf00591c038d784ad281bef268a2bdb8cfd0fe Mon Sep 17 00:00:00 2001
From: ferngon <fernando.gonzalez.sanz@alumnos.uva.es>
Date: Wed, 4 Dec 2024 17:12:49 +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 5980e4c..3872ccf 100644
--- a/xg.js
+++ b/xg.js
@@ -161,7 +161,7 @@
         svg.append("text")
             .attr("transform", "rotate(-90)") // Rota el texto
             .attr("x", -height / 2)
-            .attr("y", -120)
+            .attr("y", -132)
             .attr("text-anchor", "middle")
             .attr("font-weight", "bold") // Aplica la negrita
             .attr("font-size", "24px") // Ajusta el tamaño del texto
diff --git a/xg2.js b/xg2.js
index 14c70b7..4783744 100644
--- a/xg2.js
+++ b/xg2.js
@@ -147,7 +147,7 @@
         svg.append("text")
             .attr("transform", "rotate(-90)") // Rota el texto
             .attr("x", -height / 2)
-            .attr("y", -120)
+            .attr("y", -132)
             .attr("text-anchor", "middle")
             .attr("font-weight", "bold") // Aplica la negrita
             .attr("font-size", "24px") // Ajusta el tamaño del texto
-- 
GitLab