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

Function isValidVal

src/traces/sunburst/calc.js:41–43  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

39 };
40
41 var isValidVal = function(i) {
42 return !hasValues || (isNumeric(values[i]) && values[i] >= 0);
43 };
44
45 var len;
46 var isValid;

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…