Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.js
File · 0.70
getAggregateFunction
Function · 0.50
d2cValue
Function · 0.50
d2cTarget
Function · 0.50
getSortFunc
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected