diff --git a/xg.js b/xg.js index 5980e4c2b00815a90cd7334af645f8cb52b46466..3872ccf67a2523f8345271e77c9837d7f0c0f543 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 14c70b75a972b855cd3359c006d120af1f1c4ecc..4783744c8e3fcde1b89465644e69c58d39b44af5 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