d3 / d3-shape

Graphical primitives for visualization, such as lines and areas.
https://d3js.org/d3-shape
ISC License
2.48k stars 308 forks source link

Tension is cardinal-specific. #16

Closed mbostock closed 8 years ago

mbostock commented 8 years ago

Maybe it should be more like transition.ease parameters, where you might say line.interpolate("cardinal", 0.5). Note this means that line.interpolate() should return the interpolation function, then…