@@ -256,8 +256,14 @@ <h1>
256256 </ div >
257257
258258 < canvas id ="forecastChart " height ="240 "> </ canvas >
259-
260- < div id ="shapDetailCard " style ="display:none; margin-top:25px; ">
259+ </ div >
260+ </ div >
261+ </ div >
262+
263+ < div class ="grid-stack-item " id ="card-forecast " gs-w ="12 " gs-h ="8 ">
264+ < div class ="grid-stack-item-content ">
265+ < div class ="card card-light " style ="height: 100%; box-sizing: border-box; ">
266+ < div id ="shapDetailCard " style ="display:none; ">
261267 < div class ="label "> Prognose-Details</ div >
262268 < div id ="shapDetailkWh " style ="font-size:0.9em; margin-bottom:15px; "> </ div >
263269 < div id ="shapForcePlot " style ="display:flex; align-items:center; height:42px; overflow:hidden; margin-bottom:20px; "> </ div >
@@ -280,16 +286,26 @@ <h1>
280286 < div id ="seasonInterpretation " style ="font-size:0.9em; color:var(--text-muted); line-height:1.5; "> </ div >
281287 </ div >
282288 </ div >
283-
289+ </ div >
290+ </ div >
291+ </ div >
292+ < div class ="grid-stack-item " id ="card-forecast " gs-w ="12 " gs-h ="8 ">
293+ < div class ="grid-stack-item-content ">
294+ < div class ="card card-light " style ="height: 100%; box-sizing: border-box; ">
284295 < div style ="margin-top:30px; ">
285296 < div class ="label " style ="margin-bottom:10px; "> Global SHAP</ div >
286297 < canvas id ="globalShapChart " height ="160 "> </ canvas >
287298 </ div >
299+ </ div >
300+ </ div >
301+ </ div >
302+ < div class ="grid-stack-item " id ="card-forecast " gs-w ="12 " gs-h ="8 ">
303+ < div class ="grid-stack-item-content ">
304+ < div class ="card card-light " style ="height: 100%; box-sizing: border-box; ">
288305 < div style ="margin-top:30px; ">
289306 < div class ="label " style ="margin-bottom:10px; "> Feature Importance</ div >
290307 < canvas id ="featureImportanceChart " height ="160 "> </ canvas >
291308 </ div >
292-
293309 </ div >
294310 </ div >
295311 </ div >
0 commit comments