()
| 24252 | } |
| 24253 | |
| 24254 | function sequential() { |
| 24255 | var scale = Object(_linear__WEBPACK_IMPORTED_MODULE_2__["linearish"])(transformer()(_continuous__WEBPACK_IMPORTED_MODULE_0__["identity"])); |
| 24256 | |
| 24257 | scale.copy = function() { |
| 24258 | return copy(scale, sequential()); |
| 24259 | }; |
| 24260 | |
| 24261 | return _init__WEBPACK_IMPORTED_MODULE_1__["initInterpolator"].apply(scale, arguments); |
| 24262 | } |
| 24263 | |
| 24264 | function sequentialLog() { |
| 24265 | var scale = Object(_log__WEBPACK_IMPORTED_MODULE_3__["loggish"])(transformer()).domain([1, 10]); |
nothing calls this directly
no test coverage detected