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

The README should link to more self-contained examples. #50

Closed mbostock closed 8 years ago

mbostock commented 8 years ago

Related #49.

Most of the embedded images link to static images rather than live code examples, and the few that are live code examples use the 3.x API. It’d be nice to have some standalone examples of just d3-shape, even if that means making simpler examples that don’t use other D3 features (such as axes and selections).

mbostock commented 8 years ago

Close enough.