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

Function arc

src/traces/treemap/plot_one.js:245–245  ·  view source on GitHub ↗
(rx, ry)

Source from the content-addressed store, hash-verified

243 }
244
245 var arc = function(rx, ry) { return r ? 'a' + pos(r, r) + ' 0 0 1 ' + pos(rx, ry) : ''; };
246
247 return (
248 'M' + pos(_x0, _y0 + r) +

Callers 1

pathDescendantFunction · 0.70

Calls 1

posFunction · 0.85

Tested by

no test coverage detected