Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ _getRotation
Method
_getRotation
src/controllers/controller.doughnut.js:169–171 ·
view source on GitHub ↗
* @private
()
Source
from the content-addressed store, hash-verified
167
* @private
168
*/
169
_getRotation() {
170
return
toRadians(this.options.rotation - 90);
171
}
172
173
/**
174
* @private
Callers
2
updateElements
Method · 0.95
_getRotationExtents
Method · 0.80
Calls
1
toRadians
Function · 0.85
Tested by
no test coverage detected