Data markers in JavaScript Gantt control
Data markers are a set of events used to represent the schedule events for a task. Data markers are defined in data source as array of objects, and this value is mapped to the Gantt control using the taskFields.indicators property. You can represent more than one data marker in a task.
Data markers can be defined using the following properties:
- date: Defines the date of indicator.
- iconClass: Defines the icon class of indicator.
- name: Defines the name of indicator.
- tooltip: Defines the tooltip of indicator.
Note: Data Marker
tooltipwill be rendered only if tooltip property has value.
The following code example demonstrates how to implement data markers in the Gantt chart.