Example of undefined in React Gantt Component

/
/
Timeline

This sample illustrates the different phases from planning to delivery, involved in a software development lifecycle. This sample demonstrates the different timeline modes available in Gantt chart. Options are available to change the unit, format and count of the header texts for both top and bottom timeline headers.

More Details...

Loading....
Description

In this example, you can see how to change the timeline settings in Gantt chart. The top and bottom timeline header texts can be customized by using the timelineSettings.topTier and timelineSettings.bottomTier properties Using these properties, you can change the format, count, and units of the timeline header texts.

Gantt chart has built-in support for many timeline modes such as minutes, hour, day, week, month and year.

The default timeline headers can also be replaced with custom header texts by using the formatter method.

Tooltip is enabled by default for the timeline headers, to see the tooltip in action, hover a point or tap on a point in touch enabled devices.

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

If the enableMultiTaskbar property is enabled, it displays child taskbars in the parent row when in collapsed state.