Skip to content

Commit 8caa69b

Browse files
committed
Pass missing barmode param for histogram
1 parent 2d9d0a9 commit 8caa69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/histogram/cross_trace_defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ module.exports = function crossTraceDefaults(fullData, fullLayout) {
112112
// N.B. need to coerce *alignmentgroup* before *bingroup*, as traces
113113
// in same alignmentgroup "have to match"
114114
if(!traceIs(traceOut, '2dMap')) {
115-
handleGroupingDefaults(traceOut._input, traceOut, fullLayout, coerce);
115+
handleGroupingDefaults(traceOut._input, traceOut, fullLayout, coerce, fullLayout.barmode);
116116
}
117117
}
118118
}

0 commit comments

Comments
 (0)