We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f5edc commit 86277f2Copy full SHA for 86277f2
src/components/fx/hover.js
@@ -1073,7 +1073,7 @@ function cleanPoint(d, hovermode) {
1073
d.yLabel = ('yLabel' in d) ? d.yLabel : Axes.hoverLabelText(d.ya, d.yLabelVal);
1074
d.yVal = d.ya.c2d(d.yLabelVal);
1075
}
1076
-
+
1077
// Traces like heatmaps generate the zLabel in their hoverPoints function
1078
if(d.zLabelVal !== undefined && d.zLabel === undefined) {
1079
d.zLabel = String(d.zLabelVal);
0 commit comments