Skip to content

Commit 65994fb

Browse files
committed
plotly.js fix bug when crosstalk filter keys are null
1 parent e6cc271 commit 65994fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: inst/htmlwidgets/plotly.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -616,9 +616,9 @@ TraceManager.prototype.updateFilter = function(group, keys) {
616616
traces.push(trace);
617617
}
618618
}
619+
this.gd.data = traces;
619620
}
620621

621-
this.gd.data = traces;
622622
Plotly.redraw(this.gd);
623623

624624
// NOTE: we purposely do _not_ restore selection(s), since on filter,

0 commit comments

Comments
 (0)