Skip to content

Commit 429aa65

Browse files
committed
histogram hover: 🔪 unnecessary line
1 parent 6b1b034 commit 429aa65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/traces/histogram/hover.js

-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,5 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode) {
2727
pointData[posLetter + 'Label'] = hoverLabelText(pointData[posLetter + 'a'], di.ph0, di.ph1);
2828
}
2929

30-
if(trace.hovertemplate) pointData.hovertemplate = trace.hovertemplate;
31-
3230
return pts;
3331
};

0 commit comments

Comments
 (0)