(_)
| 110982 | } |
| 110983 | |
| 110984 | function 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 | |
| 110989 | function configureDomain(scale, _, df) { |
| 110990 | // check raw domain, if provided use that and exit early |