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

Function isContinuousColor

docs/tests/v2/es6/js/sanddance.js:110984–110987  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

110982}
110983
110984function isContinuousColor(_) {
110985 const t = _.type;
110986 return (0, _vegaScale.isContinuous)(t) && t !== _vegaScale.Time && t !== _vegaScale.UTC && (_.scheme || _.range && _.range.length && _.range.every(_vegaUtil.isString));
110987}
110988
110989function configureDomain(scale, _, df) {
110990 // check raw domain, if provided use that and exit early

Callers 1

scaleKeyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected