Example of Baseline in Javascript Gantt Chart Control

/
/
Baseline

This sample visualizes the complete service schedule for a car.Baselines are enabled to view the deviation between the planned dates and actual dates

More Details...

Description

The baseline feature enables the user to view the deviation between the planned dates and the actual dates of the tasks in a project. Baselines can be enabled in Gantt chart by enabling the renderBaseline property along with mapping the data source values for baselineStartDate and baselineEndDate properties.The baseline will appear for all type of tasks in the project such as child tasks, parent tasks and also for milestones. You can change the color for the baselines using baselineColor property. Injecting Module: Gantt control features are segregated into individual feature-wise modules. To use a selection, inject the Selection module using the Gantt.Inject(Selection) method.