Skip to content

Commit 4f00016

Browse files
committed
Remove unnecessary argument to hover call
1 parent f590d5c commit 4f00016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/pie/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ pie.plot = function(gd, cdpie) {
363363
}
364364
);
365365

366-
Plotly.Fx.hover(gd, evt, 'pie');
366+
Plotly.Fx.hover(gd, evt);
367367

368368
hasHoverData = true;
369369
}

0 commit comments

Comments
 (0)