We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6bfa6 commit 42a74c4Copy full SHA for 42a74c4
src/traces/box/cross_trace_calc.js
@@ -62,7 +62,7 @@ function setPositionOffset(traceType, gd, boxList, posAxis) {
62
// box plots - update dPos based on multiple traces
63
var boxdv = Lib.distinctVals(pointList);
64
if(posAxis.type === 'category' || posAxis.type === 'multicategory') {
65
- boxdv.minDiff = Math.min(1, boxdv.minDiff);
+ boxdv.minDiff = 1;
66
}
67
68
var dPos0 = boxdv.minDiff / 2;
0 commit comments