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

Function Mr

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

Source from the content-addressed store, hash-verified

1612 }
1613 }
1614 function Mr(e, t) {
1615 switch (t) {
1616 case "interpolate":
1617 case "scheme":
1618 case "domainMid":
1619 return We(e)
1620 ? void 0
1621 : `Cannot use the scale property "${t}" with non-color channel.`;
1622 case "align":
1623 case "type":
1624 case "bins":
1625 case "domain":
1626 case "domainMax":
1627 case "domainMin":
1628 case "domainRaw":
1629 case "range":
1630 case "base":
1631 case "exponent":
1632 case "constant":
1633 case "nice":
1634 case "padding":
1635 case "paddingInner":
1636 case "paddingOuter":
1637 case "rangeMax":
1638 case "rangeMin":
1639 case "reverse":
1640 case "round":
1641 case "clamp":
1642 case "zero":
1643 return;
1644 }
1645 }
1646 const Rr = {
1647 arc: "arc",
1648 area: "area",

Callers 2

SmFunction · 0.85
NmFunction · 0.85

Calls 1

WeFunction · 0.85

Tested by

no test coverage detected