Set the Default Scale via Widget Parameter
Navigate to Widget Properties > Advanced > Scale and select one of the available values:| Scale Code | Label | Best For |
|---|---|---|
H | Hours | Hour-precision scheduling, daily standups |
DD | 2-Day | Short-term detailed planning |
D | Day | Sprint-level task tracking |
W | Week (default) | Sprint and iteration planning |
M | Month | Release planning, quarterly views |
Q | Quarter | Program-level roadmaps |
Y | Year | Annual portfolio views |
YY | 2-Year | Multi-year executive roadmaps |
W (Week). Users see a weekly timeline header showing months over weeks when first loading the Gantt chart.
Change the Scale at Runtime
Users can change the time scale without editing widget parameters using three methods:- Toolbar zoom buttons — Click the zoom in/out buttons in the Gantt toolbar to step through available scales
- Hamburger menu — Click the ☰ icon in the first column header, then select Set scale and choose a level
- Right-click the timeline header — Right-click on the time scale area to open a context menu with scale options and a “Go to today” shortcut
Configure Scale Column Widths
You can adjust the width of timeline columns for each scale level through Administration > Configuration Properties:Override Scale with Gantt Config Script
For advanced customization, use the Gantt Config Script to define custom scale rows with subscales. For example, to show a month header with week and day sub-rows:Plans Gantt Scale
The Plans Gantt supports the same scale values as the Work Items Gantt. Plans typically use longer scales (W, M, Y) because plan bars span weeks or months. Set the scale in the Plans Gantt widget parameters the same way, under Advanced > Scale.
Verification
You should now see the Gantt chart timeline header reflecting your configured scale. If you setW, the header shows months on the top row and weeks on the bottom row. Changing the zoom via toolbar buttons should cycle through the available levels.
See also
- Adjust Gantt Row Height
- Schedule in Hours Instead of Days
- Disable Date Rounding on Drag
- Configure the Toolbar and Menus
- Scroll to Today on Load
Sources
Sources
KB Articles
- How to configure the time scale?
- How to show deadlines / due dates?
- How to disable rounding of task schedule based on scale
prod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/widget/GanttWidgetConfig.javaprod-gantt-src/com.nextedy.polarion.gantt.client/src/js/zoom.jsprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/widget/PlansGanttWidget.javaprod-gantt-src/com.nextedy.polarion.gantt.client/src/js/components/contextMenu.jsprod-gantt-src/com.nextedy.polarion.gantt.client/src/js/default.json