()
| 129335 | return target.domain(source.domain()).interpolator(source.interpolator()).clamp(source.clamp()).unknown(source.unknown()); |
| 129336 | } |
| 129337 | function sequential() { |
| 129338 | var scale = (0, _linearJs.linearish)(transformer()((0, _continuousJs.identity))); |
| 129339 | scale.copy = function() { |
| 129340 | return copy(scale, sequential()); |
| 129341 | }; |
| 129342 | return (0, _initJs.initInterpolator).apply(scale, arguments); |
| 129343 | } |
| 129344 | exports.default = sequential; |
| 129345 | function sequentialLog() { |
| 129346 | var scale = (0, _logJs.loggish)(transformer()).domain([ |
nothing calls this directly
no test coverage detected