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

Function c2r

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

Source from the content-addressed store, hash-verified

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' ?
254 function(v) { return (v || v === 0) ? Lib.cleanDate(v, null, calendar) : null; } :

Callers 1

calcAllAutoBinsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected