Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ position
Function
position
src/plots/geo/zoom.js:119–119 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
117
mouse1, rotate1, point1, didZoom;
118
119
function
position(x) {
return
projection.invert(x); }
120
121
function
outside(x) {
122
var
pos = position(x);
Callers
4
outside
Function · 0.85
handleZoomstart
Function · 0.85
handleZoom
Function · 0.85
zoomClipped
Function · 0.85
Calls
1
cartesian
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…