MCPcopy Index your code
hub / github.com/plotly/plotly.js / getTextXY

Function getTextXY

src/traces/sunburst/plot.js:653–655  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

651}
652
653function getTextXY(d) {
654 return getCoords(d.rpx1, d.transform.textPosAngle);
655}
656
657function getCoords(r, angle) {
658 return [r * Math.sin(angle), -r * Math.cos(angle)];

Callers 2

getTargetXFunction · 0.85
getTargetYFunction · 0.85

Calls 1

getCoordsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…