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

Function d2c

src/traces/box/calc.js:68–68  ·  view source on GitHub ↗
(k)

Source from the content-addressed store, hash-verified

66 if(trace._hasPreCompStats) {
67 var valArrayRaw = trace[valLetter];
68 var d2c = function(k) { return valAxis.d2c((trace[k] || [])[i]); };
69 var minVal = Infinity;
70 var maxVal = -Infinity;
71

Callers 5

calc.jsFile · 0.70
getAggregateFunctionFunction · 0.50
d2cValueFunction · 0.50
d2cTargetFunction · 0.50
getSortFuncFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected