Example of Baseline in React Gantt Component

/
/
Baseline

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

More Details...

Loading....
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.

Gantt component features are segregated into individual feature-wise modules. To use a selection support, inject the Selection module.