Skip to content

Commit 9c7c398

Browse files
authored
Merge pull request #4618 from plotly/histogram-hovertemplate-typo
Corrected typo in histogram hover
2 parents b8b7efc + 429aa65 commit 9c7c398

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: 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.hovermplate) pointData.hovertemplate = trace.hovertemplate;
31-
3230
return pts;
3331
};

0 commit comments

Comments
 (0)