Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ getCoords
Function
getCoords
src/traces/sunburst/plot.js:657–659 ·
view source on GitHub ↗
(r, angle)
Source
from the content-addressed store, hash-verified
655
}
656
657
function
getCoords(r, angle) {
658
return
[r * Math.sin(angle), -r * Math.cos(angle)];
659
}
Callers
1
getTextXY
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…