Skip to content

Commit 4e1fd5f

Browse files
committed
drop unused argument
1 parent d3b548f commit 4e1fd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/choropleth/hover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = function hoverPoints(pointData, xval, yval) {
4949
pointData.zLabel = Axes.tickText(geo.mockAxis, geo.mockAxis.c2l(pt.z), 'hover').text;
5050
pointData.hovertemplate = pt.hovertemplate;
5151

52-
makeHoverInfo(pointData, trace, pt, geo.mockAxis);
52+
makeHoverInfo(pointData, trace, pt);
5353

5454
return [pointData];
5555
};

0 commit comments

Comments
 (0)