| 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 | } |