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

Function r2c

src/traces/histogram/calc.js:250–250  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

248 var i, traces, tracei, calendar, pos0, autoVals, cumulativeSpec;
249
250 var r2c = function(v) { return pa.r2c(v, 0, calendar); };
251 var c2r = function(v) { return pa.c2r(v, 0, calendar); };
252
253 var cleanBound = pa.type === 'date' ?

Callers 2

binsToCalcFunction · 0.85
calcAllAutoBinsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected