Hi :) I've been trying to solve this issue: https://jsfiddle.net/ro3c1gwx/ as you can see, when the line is 'spline', so it curves between equal values. in this example, the line curves below the X axis for example. I've found out that there's a new algorithm - called 'b-spline' or 'basis'. http://bl.ocks.org/mbostock/4342190 With the example above i can use 'monotone', which exactly implements the line shape i'm looking for. Thank you :)