(scale, linear)
| 6450 | return rescale(); |
| 6451 | } |
| 6452 | function d3_scale_linearRebind(scale, linear) { |
| 6453 | return d3.rebind(scale, linear, "range", "rangeRound", "interpolate", "clamp"); |
| 6454 | } |
| 6455 | function d3_scale_linearNice(dx) { |
| 6456 | dx = Math.pow(10, Math.round(Math.log(dx) / Math.LN10) - 1); |
| 6457 | return dx && { |
no outgoing calls
no test coverage detected