MCPcopy Create free account
hub / github.com/alignoth/alignoth / mm

Function mm

resources/vega-lite.min.js:10789–10796  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

10787 };
10788 }
10789 function mm(e, t) {
10790 const n = e.component.scales[t],
10791 i = e.specifiedScales[t].domain,
10792 r = e.fieldDef(t)?.bin,
10793 o = Or(i) ? i : void 0,
10794 a = gn(r) && hn(r.extent) ? r.extent : void 0;
10795 (o || a) && n.set("selectionExtent", o ?? a, !0);
10796 }
10797 function pm(e, n) {
10798 const { aggregate: i, type: r } = e;
10799 return i

Callers 1

lmFunction · 0.70

Calls 5

OrFunction · 0.85
gnFunction · 0.85
hnFunction · 0.85
fieldDefMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected