MCPcopy Create free account
hub / github.com/plotly/plotly.js / findExtremes

Function findExtremes

src/traces/parcoords/parcoords.js:30–35  ·  view source on GitHub ↗
(values, len)

Source from the content-addressed store, hash-verified

28}
29
30function findExtremes(values, len) {
31 return fixExtremes(
32 findExtreme(Math.min, values, len),
33 findExtreme(Math.max, values, len)
34 );
35}
36
37function dimensionExtent(dimension) {
38 var range = dimension.range;

Callers 5

dimensionExtentFunction · 0.70
calcAllTicksFunction · 0.70
calcGeoJSONFunction · 0.50
calcGeoJSONFunction · 0.50
expandForErrorBarsFunction · 0.50

Calls 2

fixExtremesFunction · 0.85
findExtremeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…