The 'smooth'
connector interpolates route points using a cubic bezier curve.
Example:
link.connector('smooth');
(Deprecated) For the purposes of backwards compatibility, the 'smooth'
connector may also be enabled by setting the link.smooth
property to true
.
// deprecated
link.set('smooth', true)