()
| 129436 | } |
| 129437 | exports.default = diverging; |
| 129438 | function divergingLog() { |
| 129439 | var scale = (0, _logJs.loggish)(transformer()).domain([ |
| 129440 | 0.1, |
| 129441 | 1, |
| 129442 | 10 |
| 129443 | ]); |
| 129444 | scale.copy = function() { |
| 129445 | return (0, _sequentialJs.copy)(scale, divergingLog()).base(scale.base()); |
| 129446 | }; |
| 129447 | return (0, _initJs.initInterpolator).apply(scale, arguments); |
| 129448 | } |
| 129449 | function divergingSymlog() { |
| 129450 | var scale = (0, _symlogJs.symlogish)(transformer()); |
| 129451 | scale.copy = function() { |
nothing calls this directly
no test coverage detected