Skip to content

Commit 0d0a8f2

Browse files
author
jacquesbach
committed
Remove static height vom Charts
1 parent 950e7b5 commit 0d0a8f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

templates/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ <h1>
255255
<div><div class="label">MAE</div><div class="val" id="forecast-mae">- <span class="unit" style="color: var(--accent);">kWh</span></div></div>
256256
</div>
257257

258-
<canvas id="forecastChart" height="240"></canvas>
258+
<canvas id="forecastChart"></canvas>
259259
</div>
260260
</div>
261261
</div>
@@ -294,7 +294,7 @@ <h1>
294294
<div class="card card-light" style="height: 100%; box-sizing: border-box;">
295295
<div style="margin-top:30px;">
296296
<div class="label" style="margin-bottom:10px;">Global SHAP</div>
297-
<canvas id="globalShapChart" height="160"></canvas>
297+
<canvas id="globalShapChart"></canvas>
298298
</div>
299299
</div>
300300
</div>
@@ -304,7 +304,7 @@ <h1>
304304
<div class="card card-light" style="height: 100%; box-sizing: border-box;">
305305
<div style="margin-top:30px;">
306306
<div class="label" style="margin-bottom:10px;">Feature Importance</div>
307-
<canvas id="featureImportanceChart" height="160"></canvas>
307+
<canvas id="featureImportanceChart"></canvas>
308308
</div>
309309
</div>
310310
</div>

0 commit comments

Comments
 (0)