Skip to content

Commit 6b1b034

Browse files
committed
Corrected typo in histogram hover
1 parent 80262b5 commit 6b1b034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/histogram/hover.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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;
30+
if(trace.hovertemplate) pointData.hovertemplate = trace.hovertemplate;
3131

3232
return pts;
3333
};

0 commit comments

Comments
 (0)