We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1b034 commit 429aa65Copy full SHA for 429aa65
src/traces/histogram/hover.js
@@ -27,7 +27,5 @@ 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.hovertemplate) pointData.hovertemplate = trace.hovertemplate;
31
-
32
return pts;
33
};
0 commit comments