d3 / d3-shape

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

README: Update line chart block url #117

Closed matthieu-foucault closed 6 years ago

matthieu-foucault commented 6 years ago

The new url uses mbostock's latest version of the canvas line chart, which uses the current v4 instead of the alpha. The main reason why this change is necessary is the use of d3.tsv instead of d3.requestTsv (requestTsv does not seem to exist in the latest version of d3)

mbostock commented 6 years ago

I’ve updated that example to v5. Thanks for the reminder.