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

Function zp

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

Source from the content-addressed store, hash-verified

13692 );
13693 }
13694 function zp(e, t) {
13695 const { config: n } = e;
13696 return {
13697 ...Pu(e, {
13698 align: "ignore",
13699 baseline: "ignore",
13700 color: "include",
13701 size: "include",
13702 orient: "ignore",
13703 theta: "ignore",
13704 }),
13705 ...yu("x", e, { defaultPos: "mid" }),
13706 ...yu("y", e, { defaultPos: "mid" }),
13707 ...mu("size", e),
13708 ...mu("angle", e),
13709 ...Cp(e, n, t),
13710 };
13711 }
13712 function Cp(e, t, n) {
13713 return n ? { shape: { value: n } } : mu("shape", e);
13714 }

Callers 1

vega-lite.min.jsFile · 0.70

Calls 4

yuFunction · 0.85
PuFunction · 0.70
muFunction · 0.70
CpFunction · 0.70

Tested by

no test coverage detected