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

Function collapseMaxArray

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

Source from the content-addressed store, hash-verified

559}
560
561function collapseMaxArray(array, newVal, newPad, opts) {
562 collapseArray(array, newVal, newPad, opts, greaterOrEqual);
563}
564
565/**
566 * collapseArray

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…