sets the radius for rounding corners of link lines in the timeline
gantt.config.link_radius = 6;
gantt.init("gantt_here");
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.
added in v9.0
Back to top