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

Function Yn

resources/vega-lite.min.js:1044–1048  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

1042 return `${"width" == e ? "Width" : "Height"} "container" only works well with autosize "fit" or "fit-${"width" == e ? "x" : "y"}".`;
1043 }
1044 function Yn(e) {
1045 return e
1046 ? `Dropping "fit-${e}" because spec has discrete ${st(e)}.`
1047 : 'Dropping "fit" because spec has discrete size.';
1048 }
1049 function Xn(e) {
1050 return `Unknown field for ${e}. Cannot calculate view size.`;
1051 }

Callers 1

vega-lite.min.jsFile · 0.85

Calls 1

stFunction · 0.70

Tested by

no test coverage detected