Gantt Chart

From QPR ProcessAnalyzer Wiki
Revision as of 21:46, 29 May 2023 by Ollvihe (talk | contribs)
Jump to navigation Jump to search

Gantt chart has the calendar time axis horizontally and swimlanes vertically.

Gantt chart has the following mappings:

  • Swimlane name: Swimlane where the item belongs to. Swimlane names are unique, so if there are several items with the same name, they go to the same swimlane. This mapping is mandatory.
  • Start time: Start time of the item. This mapping is mandatory.
  • End time: End time of the item. If the end time is not mapped or contains a null value, the item is shown as a milestone diamond. This mapping is optional.
  • Table column: Information is shown as a table, left side of the gantt chart. There can be several of these mappings.
  • Completion percentage: Optionally, gantt chart is able to show visually the completion percentage for each item. The completion percentage needs to be provided as a percentage value between 0 and 100.
  • Item id: Technical id for the items. This is needed when defining parents and dependencies.
  • Parent item id: Defines the parent item for each time. Refers to the Item id of the parent. When this mapping is defined, the swimlanes are shown in a hierachy. When this mapping is defined, also the Item id mapping is needed.
  • Dependant on item id: Defines from which other item, the item is dependant. The dependencies are shown as arrows in the gantt chart. When this mapping is defined, also the Item id mapping is needed.
  • Show in tooltip: Information is shown in the tooltip which is the box appearing when an item is hovered with the mouse.
  • Show in datalabel: Information is shown on top of the item in the gantt chart.
  • Color: Defines how the items are colored. Each item with the same value will get the same color.