Charts

In the appendix you will find many useful graphs related to the various stages of software production. Most system modules have several graphs associated with them. For example, when viewing tasks, you will be able to open their associated graphs from the Charts drop-down menu.

You can create your own charts. Select the Create a chart item and indicate which attributes should be plotted along which axes, and which aggregate functions should be used. The application can build:

  • pie charts, for example, {X = Performer, Y = Performer, Aggregation = Quantity} for a graph of task distribution by performer
  • bar charts, for example, {X = Performer, Y = Priority, Aggregation = none} for a graph of task distribution by performer and priority
  • area charts showing the dynamics of changes in attributes, for example, {X = Date, ...}

To print charts, use the built-in capabilities of browsers.

Charts, like other modules, can be added to the favorites pane or to the control pane (dashboard).



Charts and suites may be placed on dashboards and additional panel on right inside every module.

Using button "Append" you can place a chart inside charts area on right. Use Filter field to specify query to be used to build chart's data. For example, when use query like ?DocumentId = "outer-id" it will be rewritten to ?DocumentId = "123" where 123 is the ID of the document selected on left. Thus, for every row on left you will see specific charts on right.