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

Function maxVal

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

Source from the content-addressed store, hash-verified

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) {
27 min = minVal();

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…