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

Function lU

resources/vega.min.js:32375–32392  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

32373 );
32374 }
32375 function lU(t, e) {
32376 const n = { enter: {}, update: {} };
32377 return (
32378 cN(n, {
32379 orient: t("orient"),
32380 offset: t("offset") || 0,
32381 position: oO(e.position, 0),
32382 titlePadding: t("titlePadding"),
32383 minExtent: t("minExtent"),
32384 maxExtent: t("maxExtent"),
32385 range: { signal: `abs(span(range("${e.scale}")))` },
32386 translate: t("translate"),
32387 format: e.format,
32388 formatType: e.formatType,
32389 }),
32390 n
32391 );
32392 }
32393 function cU(t, e, n) {
32394 const r = V(t.signals),
32395 i = V(t.scales);

Callers 1

uUFunction · 0.85

Calls 3

cNFunction · 0.85
oOFunction · 0.85
tFunction · 0.70

Tested by

no test coverage detected