MCPcopy
hub / github.com/chartjs/Chart.js / toDegrees

Function toDegrees

test/specs/scale.radialLinear.tests.js:643–645  ·  view source on GitHub ↗
(radians)

Source from the content-addressed store, hash-verified

641 return y;
642 };
643 const toDegrees = function(radians) {
644 return radians * (180 / PI);
645 };
646
647 for (var i = 0; i < 5; i++) {
648 const extra = (i === 0 ? tickBackdropHeight / 2 : 0);

Callers 4

fitWithPointLabelsFunction · 0.90
createPointLabelItemFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected