We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acfb06 commit 6455dd1Copy full SHA for 6455dd1
src/traces/bar/hover.js
@@ -22,7 +22,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode) {
22
ya = pointData.ya,
23
barDelta = (hovermode === 'closest') ?
24
t.barwidth / 2 :
25
- t.bargroupwidth,
+ t.bargroupwidth / 2,
26
barPos;
27
28
if(hovermode !== 'closest') barPos = function(di) { return di.p; };
0 commit comments