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

Function fi

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

Source from the content-addressed store, hash-verified

1094 return `${e} encoding should be discrete (ordinal / nominal / binned) or use a discretizing scale (e.g. threshold).`;
1095 }
1096 function fi(e, t) {
1097 return `Using discrete channel "${e}" to encode "${t}" field can be misleading as it does not encode ${"ordinal" === t ? "order" : "magnitude"}.`;
1098 }
1099 function di(e) {
1100 return `Using unaggregated domain with raw field has no effect (${Q(e)}).`;
1101 }

Callers 1

EmFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected