Skip to content

Commit 18091e8

Browse files
committed
rm placeholder early exit in scattergeo hover routine
- no need for that anymore scattergeo calcdata for visible trace will now always items in it.
1 parent bfe0211 commit 18091e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/traces/scattergeo/hover.js

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ module.exports = function hoverPoints(pointData) {
2424
ya = pointData.ya,
2525
geo = pointData.subplot;
2626

27-
if(cd[0].placeholder) return;
28-
2927
function c2p(lonlat) {
3028
return geo.projection(lonlat);
3129
}

0 commit comments

Comments
 (0)