From 8ae0d80d2a3641471e5383b62821d8ba4c23e649 Mon Sep 17 00:00:00 2001
From: = <=>
Date: Sun, 15 Dec 2024 12:29:07 +0100
Subject: [PATCH] =?UTF-8?q?C=C3=B3digo=20de=20la=20p=C3=A1gina=20web=20ter?=
 =?UTF-8?q?minado?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 visualizacion.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/visualizacion.js b/visualizacion.js
index d134041..650d306 100644
--- a/visualizacion.js
+++ b/visualizacion.js
@@ -121,6 +121,7 @@ function createAxis() {
         .text('Dataset')
         .style('font-family', 'Georgia, serif')
         .attr('fill', 'blue')
+        .attr('target', '_blank')
 
 
 
-- 
GitLab