MCPcopy Create free account
hub / github.com/microsoft/SandDance / includePad

Function includePad

docs/app/js/sanddance-app.js:129930–129932  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

129928 return !scale.bins && (type === (0, _vegaScale.Linear) || type === (0, _vegaScale.Pow) || type === (0, _vegaScale.Sqrt));
129929}
129930function includePad(type) {
129931 return (0, _vegaScale.isContinuous)(type) && type !== (0, _vegaScale.Sequential);
129932}
129933const SKIP = (0, _vegaUtil.toSet)([
129934 "set",
129935 "modified",

Callers 2

transformFunction · 0.70
configureDomainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected