(interpolate, params)
| 147448 | } : parseLiteral(nice); |
| 147449 | } // -- SCALE INTERPOLATION ----- |
| 147450 | function parseScaleInterpolate(interpolate, params) { |
| 147451 | params.interpolate = parseLiteral(interpolate.type || interpolate); |
| 147452 | if (interpolate.gamma != null) params.interpolateGamma = parseLiteral(interpolate.gamma); |
| 147453 | } // -- SCALE RANGE ----- |
| 147454 | function parseScaleRange(spec, scope, params) { |
| 147455 | const config = scope.config.range; |
| 147456 | let range = spec.range; |
no test coverage detected