MCPcopy
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

updateElementsMethod · 0.95
_getRotationExtentsMethod · 0.80

Calls 1

toRadiansFunction · 0.85

Tested by

no test coverage detected