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

Function fixNum

src/traces/funnel/calc.js:96–98  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

94};
95
96function fixNum(a) {
97 return (a === BADNUM) ? 0 : a;
98}

Callers 1

calc.jsFile · 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…