You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Since this message is important and somewhat long, give it enough time (and increase if message expanded) such that it can be read.
1199
+
lettimeMs=5000;
1200
+
letmessage=
1201
+
"Some curves have mismatching timestamps and cannot be correlated.";
1202
+
if(combiningRawWithBinned){
1203
+
message+=
1204
+
" Try disabling raw when sparse in the time-selector bar to get binned data for all curves.";
1205
+
timeMs+=5000;
1206
+
}
1207
+
1208
+
showSnackbarAndLog(message,"error",null,10000);
1209
+
}
1210
+
if(valuesLostInMapping){
1211
+
// This is quite common and shouldnt impact ux negatively by popping up all the time, so lets put it into the console so it can be used for debugging bad plots
1212
+
logToConsole(
1213
+
"Some curves have different sizes, only values with matching timestamps have been correlated.",
0 commit comments