Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
pathDescendant
Function · 0.70
Calls
1
pos
Function · 0.85
Tested by
no test coverage detected