We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
placeholder
1 parent bfe0211 commit 18091e8Copy full SHA for 18091e8
src/traces/scattergeo/hover.js
@@ -24,8 +24,6 @@ module.exports = function hoverPoints(pointData) {
24
ya = pointData.ya,
25
geo = pointData.subplot;
26
27
- if(cd[0].placeholder) return;
28
-
29
function c2p(lonlat) {
30
return geo.projection(lonlat);
31
}
0 commit comments