Prerequisites
- Nextedy GANTT version 4.0.0 or newer
- Access to widget parameter editing on your Gantt page
Step 1: Set Duration Precision to High
- Open the page containing your Gantt chart in edit mode.
- Open Widget Properties > Data Mapping > Duration Precision.
- Change the value from Standard (Days) to High (Hours).
Step 2: Set the Time Scale to Hours
When working with high duration precision, you should set the default scale to display hours:- In Widget Properties > Scale, select H (hours).
- Save the widget properties.
Step 3: Enable Working Time
High-precision scheduling requires working time awareness so the Gantt correctly accounts for working hours in duration calculations:- In Widget Properties > Advanced > Working Time, set the value to YES.
Step 4: Verify Field Types
Review your field configuration to ensure compatibility with hour-precision mode:| Field | Recommended Type | Notes |
|---|---|---|
| Duration Field | Duration (initialEstimate) or Float | Value now represents hours, not days |
| Start/End Date Fields | DateTime (not Date) | Required for sub-day precision |
Configuration Summary
| Widget Parameter | Value | Location |
|---|---|---|
| Duration Precision | High (Hours) | Widget Properties > Data Mapping |
| Scale | H | Widget Properties > Scale |
| Working Time | YES | Widget Properties > Advanced |
Impact on Resource View
When you enable high-precision scheduling, the resource view calculates load at the hour level. You can customize working hours per resource using theworkingHoursPerDay property in Administration > Configuration Properties or via the Gantt Config Script:
Verification
You should now see:- Task durations displayed in hours (e.g.,
4hinstead of1d) - The Gantt chart header showing hourly intervals
- Task bars snapping to hour-level positions when dragged
- Resource view displaying hourly capacity and load values
See Also
- Configure the Time Scale
- Customize Working Hours per Resource
- Set Up Work Item Calendars
- Set Up the Resource View
Sources
Sources
KB Articles
- How to disable rounding of task schedule based on scale
- Setup gantt to track in hours not days
- Customised Working Hours per Resource
- Work Item Calendar
- Use WI Calendar for other project for Resource Load management
prod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/model/Config.javaprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/projectCalendar/polarion-config/custom fields/scheduletweak-custom-fields.xmlprod-gantt-src/com.nextedy.polarion.gantt.client/src/js/main.jsprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/projectCalendar/polarion-config/enums/workitem-type-enum.xmlprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/projectCalendar/Day.java