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

Function SL

resources/vega.min.js:31620–31640  ·  view source on GitHub ↗
(t, e, n)

Source from the content-addressed store, hash-verified

31618 );
31619 }
31620 function SL(t, e, n) {
31621 const r = { enter: {}, update: {} };
31622 return (
31623 cN(r, {
31624 orient: t("orient"),
31625 offset: t("offset"),
31626 padding: t("padding"),
31627 titlePadding: t("titlePadding"),
31628 cornerRadius: t("cornerRadius"),
31629 fill: t("fillColor"),
31630 stroke: t("strokeColor"),
31631 strokeWidth: n.strokeWidth,
31632 strokeDash: n.strokeDash,
31633 x: t("legendX"),
31634 y: t("legendY"),
31635 format: e.format,
31636 formatType: e.formatType,
31637 }),
31638 r
31639 );
31640 }
31641 function $L(t, e, n) {
31642 return e[t] ? `scale("${e[t]}",datum)` : qR(t, n[0].encode);
31643 }

Callers 1

FLFunction · 0.85

Calls 2

cNFunction · 0.85
tFunction · 0.70

Tested by

no test coverage detected