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

Function minVal

src/components/colorscale/calc.js:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 var mid = cOpts.mid;
22
23 var minVal = function() { return Lib.aggNums(Math.min, null, vals); };
24 var maxVal = function() { return Lib.aggNums(Math.max, null, vals); };
25
26 if(min === undefined) {

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…