Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ invert
Function
invert
src/plots/map/map.js:558–561 ·
view source on GitHub ↗
(pxpy)
Source
from the content-addressed store, hash-verified
556
if
(self.isStatic)
return
;
557
558
function
invert(pxpy) {
559
var
obj = self.map.unproject(pxpy);
560
return
[obj.lng, obj.lat];
561
}
562
563
var
dragMode = fullLayout.dragmode;
564
var
fillRangeItems;
Callers
2
map.js
File · 0.70
check
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…