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

Function pr2c

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

Source from the content-addressed store, hash-verified

56 var normFunc = normFunctions[norm];
57 var isAvg = false;
58 var pr2c = function(v) { return pa.r2c(v, 0, calendar); };
59 var rawCounterData;
60
61 if(Lib.isArrayOrTypedArray(trace[counterData]) && func !== 'count') {

Callers 1

calcFunction · 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…