When to Use Brackets
In the Gantt chart, parent work items with a derived schedule (dates calculated from their children) can be displayed in two ways:| Display Mode | Visual Style | Best For |
|---|---|---|
| Default (tasks) | Standard task bars, similar to child work items | Modern, unified look |
| Classic brackets | Bracket shapes spanning the child date range | Traditional project management view, clear parent-child distinction |
Step 1: Enable Classic Brackets Globally
Navigate to Administration > Configuration Properties and add the following property:Step 2: Enable for a Specific Widget (Optional)
If you prefer to enable brackets on a single Gantt widget rather than globally, add the following to Widget Properties > Advanced > Gantt Config Script:Step 3: Verify the Result
After applying the configuration:- Reload the Gantt chart page.
- Locate any parent work item whose schedule is derived from its children.
- Confirm that it now renders as a bracket shape spanning the date range of its children, rather than as a standard task bar.
Verification
You should now see parent work items rendered as bracket shapes in the Gantt chart. Child work items beneath them display as standard task bars. The bracket spans from the earliest child start date to the latest child end date.See Also
- Derive Parent Schedule from Children
- Configure Right-Side Text on Task Bars
- Configure Item Colors
- Configure Milestone Work Items
Sources
Sources
KB ArticlesSupport TicketsSource Code
prod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/Rewritten Tests/testGanttEndMilestones.cy.tsprod-gantt-src/com.nextedy.polarion.gantt.client/src/js/config.jsprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/widget/PlansGanttWidget.javaprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/instructions.htmlprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/model/Config.java