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

Function transFn2

src/traces/indicator/plot.js:440–443  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

438 return _transFn(t2g(d));
439 };
440 var transFn2 = function(d) {
441 var rad = t2g(d);
442 return _transFn(rad) + 'rotate(' + -rad2deg(rad) + ')';
443 };
444 vals = Axes.calcTicks(ax);
445 tickSign = Axes.getTickSigns(ax)[2];
446 if(ax.visible) {

Callers

nothing calls this directly

Calls 3

t2gFunction · 0.85
rad2degFunction · 0.85
_transFnFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…