ribbon.endAngle([angle])
If angle is specified, sets the end angle accessor to the specified function and returns this ribbon generator. If angle is not specified, returns the current end angle accessor, which defaults to:
function endAngle(d) { return d.endAngle; }
The angle is specified in radians, with 0 at -y (12 o’clock) and positive angles proceeding clockwise.
Please login to continue.