(type, gamma)
| 127008 | } |
| 127009 | } |
| 127010 | function interpolate(type, gamma) { |
| 127011 | const interp = _d3Interpolate[method(type)]; |
| 127012 | return gamma != null && interp && interp.gamma ? interp.gamma(gamma) : interp; |
| 127013 | } |
| 127014 | function method(type) { |
| 127015 | return "interpolate" + type.toLowerCase().split("-").map((s)=>s[0].toUpperCase() + s.slice(1)).join(""); |
| 127016 | } |
no test coverage detected