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

Function collapseMinArray

src/plots/cartesian/autorange.js:557–559  ·  view source on GitHub ↗
(array, newVal, newPad, opts)

Source from the content-addressed store, hash-verified

555}
556
557function collapseMinArray(array, newVal, newPad, opts) {
558 collapseArray(array, newVal, newPad, opts, lessOrEqual);
559}
560
561function collapseMaxArray(array, newVal, newPad, opts) {
562 collapseArray(array, newVal, newPad, opts, greaterOrEqual);

Callers 3

_concatFunction · 0.85
concatExtremesFunction · 0.85
addItemFunction · 0.85

Calls 1

collapseArrayFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…