Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
}
|
14 |
#viz {
|
15 |
width: 100%;
|
16 |
-
height:
|
17 |
position: relative;
|
18 |
overflow: hidden;
|
19 |
}
|
@@ -55,7 +55,7 @@
|
|
55 |
word-break: break-all;
|
56 |
}
|
57 |
#note {
|
58 |
-
font-size:
|
59 |
color: #555;
|
60 |
text-align: center;
|
61 |
margin-top: auto; /* Pushes the note to the bottom */
|
@@ -88,7 +88,7 @@ function createVisualization() {
|
|
88 |
|
89 |
// Set dynamic width and height for responsiveness
|
90 |
const width = window.innerWidth;
|
91 |
-
const height = window.innerHeight * 0.
|
92 |
|
93 |
const plot = Plot.plot({
|
94 |
width: width,
|
|
|
13 |
}
|
14 |
#viz {
|
15 |
width: 100%;
|
16 |
+
height: 65vh;
|
17 |
position: relative;
|
18 |
overflow: hidden;
|
19 |
}
|
|
|
55 |
word-break: break-all;
|
56 |
}
|
57 |
#note {
|
58 |
+
font-size: 10px;
|
59 |
color: #555;
|
60 |
text-align: center;
|
61 |
margin-top: auto; /* Pushes the note to the bottom */
|
|
|
88 |
|
89 |
// Set dynamic width and height for responsiveness
|
90 |
const width = window.innerWidth;
|
91 |
+
const height = window.innerHeight * 0.65;
|
92 |
|
93 |
const plot = Plot.plot({
|
94 |
width: width,
|