ribbon.radius([radius])
If radius is specified, sets the radius accessor to the specified function and returns this ribbon generator. If radius is not specified, returns the current radius accessor, which defaults to:
function radius(d) { return d.radius; }
Please login to continue.