Calculations Lines
Configure what values your chart displays and add goal, trend, and average lines for context.
Calculation Types
By default, charts show the Count of issues. You can change this:
| Calculation | What It Shows | Example |
|---|---|---|
| Count | Number of issues | 25 issues in "To Do" |
| Sum | Total of a numeric field | 150 total Story Points |
| Average | Mean of a numeric field | 6 SP average per issue |
Count Calculation
The number of issues in each segment. This is the default.
Sum Calculation
The total of a numeric field across issues in each segment.
Use cases: Total Story Points by assignee, Total estimated hours by sprint
Average Calculation
The mean value of a numeric field for issues in each segment.
Use cases: Average story points per issue by type, Average complexity by component
Reference Lines
Add horizontal reference lines to provide context on Bar and Line charts.
| Line Type | Description | Use Case |
|---|---|---|
| Goal | Fixed target value you set | We want to complete 50 SP per sprint |
| Trend | Calculated trend direction | Are bugs increasing or decreasing? |
| Average | Mean across all segments | Who's above/below average? |
Goal Line
What it is: A horizontal line at a specific value you set, representing a target.
How to Add
- In Calculations tab, click "Goal, Trend or Average Line"
- Select "Goal Line"
- Enter the goal value (e.g., 50)
- Enter a label (e.g., "Sprint Target")
- Choose line style (solid or dashed)
Trend Line
What it is: A calculated line showing the overall direction of your data (increasing, decreasing, or flat).
The trend line is calculated using linear regression across your data points.
Average Line
What it is: A horizontal line showing the mean value across all segments.
Helpful for comparing individuals to team average.
Cumulative Total
What it is: Shows a running total that accumulates across segments, rather than individual values.
Example
| Week | Issues (Normal) - Issues (Cumulative) |
|---|---|
| Week 1 | 10 - 10 |
| Week 2 | 15 - 25 |
| Week 3 | 12 - 37 |
| Week 4 | 8 - 45 |
Which Charts Support Reference Lines?
| Chart Type | Reference Lines |
|---|---|
| Bar | Goal, Trend, Average |
| Grouped Bar | Goal, Trend, Average |
| Stacked Bar | Goal, Trend, Average |
| Line | Goal, Trend, Average |
| 2D Line | Goal, Trend, Average |
| Pie | Not applicable |
| Table | Not applicable |
| Funnel | Not applicable |
| Tile | Not applicable |