The 'rounded'
connector connects provided route points with straight lines while smoothing all corners on the route. It accepts one additional argument, which can be passed within the connector.args
property:
radius | boolean | The curve radius of the rounded corners. Default is 10 . |
---|
Example:
link.connector('rounded', {
radius: 20
});