Single Widget Per Page
Only one Gantt widget is supported on a single Polarion report page. Placing a second widget on the same page is not supported due to the resource-intensive nature of the Gantt chart rendering engine.Workaround Strategies
Use one of the following approaches to view different Gantt data sets without placing multiple widgets on the same page.Option 1: Use Separate Documents
Create dedicated Polarion LiveDoc or Wiki pages for each Gantt view you need. For example:| Page | Purpose | Query |
|---|---|---|
Release-Planning-Gantt | Release-level scheduling | Work items in current release plan |
Team-Gantt | Team workload view | Work items assigned to a specific team |
Sprint-Gantt | Sprint-level detail | Work items in the active sprint |
Option 2: Use Dynamic Queries with Page Parameters
Instead of creating separate pages for each data set, configure a single Gantt page with page parameters that dynamically change the displayed data. This approach lets you switch between different views on the same page by changing parameter values.- Open your Gantt page in Edit mode.
- Configure the widget query type to Lucene + Velocity.
-
Use page parameters in the query to filter work items dynamically:
- Add a page parameter control so users can select different teams or plan levels from a dropdown.
Option 3: Use Plans Gantt for Multi-Level Views
If your goal is to see work items across multiple plan levels, the Plans Gantt widget can display plans and their work items together in a single hierarchical view. Configure the Show Plan Work Item section to display work items beneath each plan bar. See Show Plans and Work Items Together for setup instructions, or Configure Multiple Plan Levels to display nested plan hierarchies.Choosing the Right Approach
Verification
After applying your chosen workaround, you should now see:- Separate pages: Each page loads its own Gantt widget independently with the correct query results.
- Page parameters: Changing the parameter dropdown reloads the Gantt with the filtered data set.
- Plans Gantt: Plans appear as parent bars with work items nested beneath them.
See Also
- Use Dynamic Queries with Page Parameters
- Configure Page Parameters
- Show Plans and Work Items Together
- Configure Multiple Plan Levels
- Use Fullscreen and Maximize Mode
Sources
Sources
KB Articles
- Can I add multiple Work Items Gantt Widgets to single report?
- Gantt - Configuration Properties and default values
- Gantt configuration index
prod-gantt-src/com.nextedy.polarion.gantt.client/src/js/main.jsprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/widget/GanttWidget.javaprod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/working-calendars/workcalendar-toggles.cy.tsprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/model/columns/Table.javaprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/widget/GanttWidgetConfig.java