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

Bundle interpolation. #17

Closed mbostock closed 8 years ago

mbostock commented 8 years ago

This might not be a great fit with the new stream interpolators since it requires knowing the first and last point: it won’t be able to output anything until the line is ended, and so the points must be buffered.