Skip to content

Commit

Permalink
Merge pull request #4618 from plotly/histogram-hovertemplate-typo
Browse files Browse the repository at this point in the history
Corrected typo in histogram hover
  • Loading branch information
antoinerg authored Mar 13, 2020
2 parents b8b7efc + 429aa65 commit 9c7c398
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/traces/histogram/hover.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,5 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode) {
pointData[posLetter + 'Label'] = hoverLabelText(pointData[posLetter + 'a'], di.ph0, di.ph1);
}

if(trace.hovermplate) pointData.hovertemplate = trace.hovertemplate;

return pts;
};

0 comments on commit 9c7c398

Please sign in to comment.