We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80262b5 commit 6b1b034Copy full SHA for 6b1b034
src/traces/histogram/hover.js
@@ -27,7 +27,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode) {
27
pointData[posLetter + 'Label'] = hoverLabelText(pointData[posLetter + 'a'], di.ph0, di.ph1);
28
}
29
30
- if(trace.hovermplate) pointData.hovertemplate = trace.hovertemplate;
+ if(trace.hovertemplate) pointData.hovertemplate = trace.hovertemplate;
31
32
return pts;
33
};
0 commit comments