Relative Content

Tag Archive for javascriptd3.jschartspointcurve

Creating circular curve in D3

I am trying to create a line chart in D3 where points are connected by straight lines. However, I want the corners where the lines connect to be curved. I am trying to do this by adding extra points near the connections, and using a curve function. Currently I’m using curveBasis, but it’s not giving me a good perfect semicircle which is what I want.