From 6bd63fc66bbaa2336298d0d0e8df497c83636fbf Mon Sep 17 00:00:00 2001 From: ferngon <fernando.gonzalez.sanz@alumnos.uva.es> Date: Thu, 12 Dec 2024 20:27:08 +0000 Subject: [PATCH] Update file xg.js --- xg.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xg.js b/xg.js index f347b2c..4f5f721 100644 --- a/xg.js +++ b/xg.js @@ -17,7 +17,7 @@ .attr("id", "legendContainer") .style("position", "absolute") .style("top", "160px") - .style("left", "850px") + .style("left", "880px") .style("width", "80px") .style("height", "300px") .style("border", "2px solid black") @@ -44,7 +44,7 @@ .attr("id", "infoContainer") .style("position", "absolute") .style("top", 160 + "px") - .style("left", (width + margin.left + margin.right + 160) + "px") + .style("left", (width + margin.left + margin.right + 190) + "px") .style("width", "260px") .style("height", "400px") .style("border", "4px solid black") -- GitLab