Skip to content

Commit 57cc05a

Browse files
remove maxHalfWidth var
1 parent 8885b5e commit 57cc05a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/traces/box/cross_trace_calc.js

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ function setPositionOffset(traceType, gd, boxList, posAxis, pad) {
9797

9898
// Find maximum trace width
9999
// we baseline this at dPos
100-
var maxHalfWidth = dPos;
101100
for(i = 0; i < boxList.length; i++) {
102101
calcTrace = calcdata[boxList[i]];
103102
// set the width of this box

0 commit comments

Comments
 (0)