D3: SVG Line Generator: d3.line()
.attrs({})
v4 method contains multiple attribute tuples and requiresd3-selection-multi.v1.min.js
plugin. Replacing v3’s.attr({})
.d3.line()
object replacesd3.svg.line()
.fill: 'none'
attribute exposes the line path.
Forked v4 script above. Original v3 script below.
D3.js 3.5.17 seems to have an existence similar to Python 2.7.14. Maintained to avoid alienating v3 users.