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 d3b548f commit 4e1fd5fCopy full SHA for 4e1fd5f
src/traces/choropleth/hover.js
@@ -49,7 +49,7 @@ module.exports = function hoverPoints(pointData, xval, yval) {
49
pointData.zLabel = Axes.tickText(geo.mockAxis, geo.mockAxis.c2l(pt.z), 'hover').text;
50
pointData.hovertemplate = pt.hovertemplate;
51
52
- makeHoverInfo(pointData, trace, pt, geo.mockAxis);
+ makeHoverInfo(pointData, trace, pt);
53
54
return [pointData];
55
};
0 commit comments