We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035c98d commit 95911daCopy full SHA for 95911da
src/plots/plots.js
@@ -380,7 +380,7 @@ plots.supplyDefaults = function(gd) {
380
if(_module.cleanData) _module.cleanData(newFullData);
381
}
382
383
- if(oldFullData.length === newData.length) {
+ if(oldFullData.length === newFullData.length) {
384
for(i = 0; i < newFullData.length; i++) {
385
relinkPrivateKeys(newFullData[i], oldFullData[i]);
386
0 commit comments