link_radius

sets the radius for rounding corners of link lines in the timeline

number link_radius;

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.

See also
Change log

added in v9.0

Back to top