d3/d3-shape

d3.line(x, y) and d3.area(x, y0, y1)?

mbostock opened this issue · 0 comments

It’d be nice shorthand equivalent for

d3.line().x(x).y(y)

and

d3.area().x(x).y0(y0).y1(y1)