mbostock opened this issue 5 years ago · 0 comments
It’d be nice shorthand equivalent for
d3.line().x(x).y(y)
and
d3.area().x(x).y0(y0).y1(y1)