Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ hasRadius
Function
hasRadius
src/elements/element.bar.js:114–116 ·
view source on GitHub ↗
(radius)
Source
from the content-addressed store, hash-verified
112
}
113
114
function
hasRadius(radius) {
115
return
radius.topLeft || radius.topRight || radius.bottomLeft || radius.bottomRight;
116
}
117
118
/**
119
* Add a path of a rectangle to the current sub-path
Callers
1
draw
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected