link_radius
Description
Sets the radius for rounding corners of link lines in the timeline
link_radius: number
Example
gantt.config.link_radius = 6;
gantt.init("gantt_here");
Default value: 4
Details
The property defines the radius for rounding the corners of link lines in the timeline. If the value is less than or equal to 1, rounding is disabled. If a link segment's length is not sufficient for the specified radius, rounding will not be applied to that segment.
Related API
Change log
- added in v9.0