Example of Task Label Template in Javascript Gantt Chart Control

/
/
Task Label Template

This sample explains the way of rendering label template for left, right, and task labels by mapping template elements to the leftLabel, rightLabel and taskLabel properties in labelSettings.

More Details...

Description

In this demo, the label template is rendered using the leftLabel, rightLabel and taskLabel properties in labelSettings. 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.To use markers, inject the DayMarkers module using the Gantt.Inject(DayMarkers) method.