Skip to main content

getLinkCount

Description

Returns the number of all dependency links presented in the Gantt chart

getLinkCount: () => number

Returns

  • count - (number) - the number of dependency links

Example

const count = gantt.getLinkCount();

Change log

  • added in version 4.0