Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/plotly/plotly.js
/ getPoint
Function
getPoint
src/traces/funnelarea/plot.js:214–217 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
212
}
213
214
function
getPoint() {
215
var
pos = calcPos();
216
return
[pos.x, pos.y];
217
}
218
219
var
p;
220
var
allPoints = [];
Callers
1
setCoords
Function · 0.85
Calls
1
calcPos
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…