Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
}
|
14 |
#viz {
|
15 |
width: 100%;
|
16 |
-
height:
|
17 |
position: relative;
|
18 |
overflow: hidden;
|
19 |
}
|
@@ -74,7 +74,7 @@ function createVisualization() {
|
|
74 |
|
75 |
// Set dynamic width and height for responsiveness
|
76 |
const width = window.innerWidth;
|
77 |
-
const height = window.innerHeight;
|
78 |
|
79 |
const plot = Plot.plot({
|
80 |
width: width,
|
|
|
13 |
}
|
14 |
#viz {
|
15 |
width: 100%;
|
16 |
+
height: 70vh;
|
17 |
position: relative;
|
18 |
overflow: hidden;
|
19 |
}
|
|
|
74 |
|
75 |
// Set dynamic width and height for responsiveness
|
76 |
const width = window.innerWidth;
|
77 |
+
const height = window.innerHeight * 0.7;
|
78 |
|
79 |
const plot = Plot.plot({
|
80 |
width: width,
|