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
// Don't think that the trace should be drawn at all if the lengths don't match. Removing the arrays length check. It is better to fail loudly than silently.
392
395
396
+
debugger;
393
397
for(i=0;i<traceIndices.length;i++){
394
398
vartrace=fullData[traceIndices[i]];
395
399
@@ -454,17 +458,20 @@ module.exports = function setConvert(ax, fullLayout) {
0 commit comments