Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ _normalizeAngle
Function
_normalizeAngle
src/helpers/helpers.math.ts:160–162 ·
view source on GitHub ↗
(a: number)
Source
from the content-addressed store, hash-verified
158
* @private
159
*/
160
export
function
_normalizeAngle(a: number) {
161
return
(a % TAU + TAU) % TAU;
162
}
163
164
/**
165
* @private
Callers
6
_angleBetween
Function · 0.85
_getBounds
Function · 0.85
fitWithPointLabels
Function · 0.85
createPointLabelItem
Function · 0.85
getIndexAngle
Method · 0.85
clipSelf
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected