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 |
}
|
@@ -89,7 +89,7 @@ function createVisualization() {
|
|
89 |
|
90 |
// Set dynamic width and height for responsiveness
|
91 |
const width = window.innerWidth;
|
92 |
-
const height = window.innerHeight * 0.
|
93 |
|
94 |
const plot = Plot.plot({
|
95 |
width: width,
|
|
|
13 |
}
|
14 |
#viz {
|
15 |
width: 100%;
|
16 |
+
height: 67vh;
|
17 |
position: relative;
|
18 |
overflow: hidden;
|
19 |
}
|
|
|
89 |
|
90 |
// Set dynamic width and height for responsiveness
|
91 |
const width = window.innerWidth;
|
92 |
+
const height = window.innerHeight * 0.67;
|
93 |
|
94 |
const plot = Plot.plot({
|
95 |
width: width,
|