Skip to content

Commit cad9403

Browse files
author
jacquesbach
committed
JS fix
1 parent f66eec3 commit cad9403

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

static/js/script.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ async function loadForecast() {
11391139
const index = points[0].index;
11401140
showShapDetails(forecast[index]);
11411141
}
1142-
}
1142+
},
11431143
animation: {
11441144
onComplete: () => {
11451145
forceGridResize("card-forecast");
@@ -1175,7 +1175,7 @@ async function loadFeatureImportance() {
11751175
legend: {
11761176
display: false
11771177
}
1178-
}
1178+
},
11791179
animation: {
11801180
onComplete: () => {
11811181
forceGridResize("card-forecast");
@@ -1218,7 +1218,7 @@ async function loadGlobalShap() {
12181218
legend: {
12191219
display: false
12201220
}
1221-
}
1221+
},
12221222
animation: {
12231223
onComplete: () => {
12241224
forceGridResize("card-forecast");

0 commit comments

Comments
 (0)