()
| 129343 | } |
| 129344 | exports.default = sequential; |
| 129345 | function sequentialLog() { |
| 129346 | var scale = (0, _logJs.loggish)(transformer()).domain([ |
| 129347 | 1, |
| 129348 | 10 |
| 129349 | ]); |
| 129350 | scale.copy = function() { |
| 129351 | return copy(scale, sequentialLog()).base(scale.base()); |
| 129352 | }; |
| 129353 | return (0, _initJs.initInterpolator).apply(scale, arguments); |
| 129354 | } |
| 129355 | function sequentialSymlog() { |
| 129356 | var scale = (0, _symlogJs.symlogish)(transformer()); |
| 129357 | scale.copy = function() { |
nothing calls this directly
no test coverage detected