MCPcopy Index your code
hub / github.com/plotly/plotly.js / getRotateFromAngle

Function getRotateFromAngle

src/traces/bar/plot.js:744–746  ·  view source on GitHub ↗
(angle)

Source from the content-addressed store, hash-verified

742}
743
744function getRotateFromAngle(angle) {
745 return angle === 'auto' ? 0 : angle;
746}
747
748function getRotatedTextSize(textBB, rotate) {
749 var a = (Math.PI / 180) * rotate;

Callers 2

toMoveInsideBarFunction · 0.85
toMoveOutsideBarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…