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

Function oi

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

Source from the content-addressed store, hash-verified

1075 return `${e}Offset dropped because ${e} is continuous`;
1076 }
1077 function oi(e) {
1078 return `Invalid field type "${e}".`;
1079 }
1080 function ai(e, t) {
1081 const { fill: n, stroke: i } = t;
1082 return `Dropping color ${e} as the plot also has ${n && i ? "fill and stroke" : n ? "fill" : "stroke"}.`;

Callers 2

paFunction · 0.85
EmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected