ChartRows

12 Sep 20251 minute to read

To render the chart rows in Gantt

Methods

calculateDuration

To calculate duration from start date and end date

Parameter Type Description
ganttData IGanttData Defines the gantt data.
isBaseline (optional) boolean Indicates whether the calculation is specific to baseline dates.

Returns void

getFieldMappings

Gets task field mappings based on baseline context.

Parameter Type Description
isBaseline boolean Flag indicating if baseline fields should be used.

Returns Object

splitTask

public method to split task bar.

Returns void