Default Tooltip Behavior
The Gantt chart provides several types of tooltips out of the box:1
Add Custom Fields to Task Tooltips
Customizing task bar tooltips requires two scripts working together: an Item Script to populate the data and a Gantt Config Script to render it.First, add the data fields in Widget Properties > Advanced > Item Script:Then, override the tooltip template in Widget Properties > Advanced > Gantt Config Script:
2
Customize Milestone Marker Tooltips
Milestone marker tooltips display automatically when you hover over a marker line on the timeline. The tooltip shows the marker name and due date in the following format:The marker tooltip content is derived from the
title and date properties of each marker. To customize marker content, configure your markers with descriptive titles. See Create and Configure Markers for details.3
Understand Footer Tooltips
The Gantt footer displays a row count indicator (e.g.,
Gantt Rows: 4 of 10). When filters are active, a filter icon appears. Hovering over this icon shows a tooltip summarizing all active filters:- Closed items filter: How many tasks are hidden because they are resolved
- Date range filter: The active start/end date range limiting visible tasks
- Text filter: The current search string and how many tasks it hides
- Resource filter: The active resource name and hidden task count
- Marker filter: Which marker is scoping the visible date range
Disabling Tooltips
To disable task bar tooltips entirely, add the following to the Gantt Config Script:The exact property name to disable tooltips may vary by version. Test in your environment after applying the change.