Skip to content

Commit f08f925

Browse files
committed
Revert "Make offsetgroup work for boxmode overlay as well"
This reverts commit ac93f5d.
1 parent 960f910 commit f08f925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/box/cross_trace_calc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function setPositionOffset(traceType, gd, boxList, posAxis) {
107107
var alignmentGroups = fullLayout._alignmentOpts[traceType][groupId] || {};
108108
var alignmentGroupOpts = alignmentGroups[trace.alignmentgroup] || {};
109109
var nOffsetGroups = Object.keys(alignmentGroupOpts.offsetGroups || {}).length;
110-
if(group || nOffsetGroups) {
110+
if(group) {
111111
var num = nOffsetGroups || numTotal;
112112
var shift = nOffsetGroups ? trace._offsetIndex : t.num;
113113

0 commit comments

Comments
 (0)