Skip to content

Commit f3f3c5c

Browse files
Update src/traces/box/hover.js
Co-authored-by: Alex Johnson <alex@plot.ly>
1 parent 54d182f commit f3f3c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/box/hover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function hoverOnBoxes(pointData, xval, yval, hovermode) {
189189
closeBoxData.push(pointData2);
190190
}
191191

192-
// only keep name and spikes on the first item (median)
192+
// only keep name and spikes on the median
193193
pointData.name = '';
194194
pointData.spikeDistance = undefined;
195195
pointData[spikePosAttr] = undefined;

0 commit comments

Comments
 (0)