Baseline

19 Sep 20171 minute to read

Baseline is used to describe the original plan of the task and it can be the same as current duration of the task or different. The following code example shows you how to enable baseline in Gantt control.

  • JAVASCRIPT
  • <ej-gantt id="GanttControl"  baselineStartDateMapping="baselineStartDate" 
        baselineEndDateMapping="baselineEndDate" [renderBaseline]="true">
    </ej-gantt>

    Click here to view the online demo sample for baselines in Gantt.

    The following screenshot shows the baseline in Gantt control.