Skip to content

Commit c057d25

Browse files
committed
lint
1 parent bcebc8a commit c057d25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/traces/histogram/calc.js

-2
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ function calcAllAutoBins(gd, trace, pa, mainData, _overlayEdgeCase) {
208208
// Edge case: single-valued histogram overlaying others
209209
// Use them all together to calculate the bin size for the single-valued one
210210
if(isOverlay && binSpec._count === 1 && pa.type !== 'category') {
211-
// trace[binAttr] = binSpec;
212-
213211
// Several single-valued histograms! Stop infinite recursion,
214212
// just return an extra flag that tells handleSingleValueOverlays
215213
// to sort out this trace too

0 commit comments

Comments
 (0)