Skip to content
Snippets Groups Projects
Commit 954ad881 authored by ferngon's avatar ferngon
Browse files

Update 3 files

- /main.css
- /xg.js
- /xg2.js
parent 5d7c9c8e
Branches
No related tags found
No related merge requests found
Pipeline #12999 passed
......@@ -4,7 +4,7 @@ body {
padding: 0;
background-color: #f0f0f0; /* Fondo gris claro */
overflow-y: auto;
max-height: 80vh;
max-height: 100vh;
}
.tabs {
display: flex;
......
......@@ -4,7 +4,7 @@
let margin = {top: 20, right: 30, bottom: 50, left: 150}; // Ajustamos los márgenes para espacio en el eje Y
let width = 800 - margin.left - margin.right;
let height = 370 - margin.top - margin.bottom;
let height = 400 - margin.top - margin.bottom;
let x = d3.scaleLinear().range([0, width]);
let y = d3.scaleBand().range([0, height]).padding(0.1);
......
......@@ -3,7 +3,7 @@
let margin = {top: 20, right: 30, bottom: 50, left: 150}; // Ajustamos los márgenes para espacio en el eje Y
let width = 800 - margin.left - margin.right;
let height = 370 - margin.top - margin.bottom;
let height = 400 - margin.top - margin.bottom;
let x = d3.scaleLinear().range([0, width]);
let y = d3.scaleBand().range([0, height]).padding(0.1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment