bundle.beta(beta)
Returns a bundle curve with the specified beta in the range [0, 1], representing the bundle strength. If beta equals zero, a straight line between the first and last point is produced; if beta equals one, a standard basis spline is produced. For example:
var line = d3.line().curve(d3.curveBundle.beta(0.5));
Please login to continue.