Tutorial: Build Advanced Charts
This tutorial builds two advanced charts on a single blueprint page: a scatter chart showing float vs. duration, and a milestone trend analysis (MTA) chart.
Before you start
You need a Planner project with a baseline, milestones, and at least 30 activities. You need Designer access in Report Forge.
Part 1 — Scatter chart: float vs. duration
Step 1 — Add the chart component
- Open the blueprint in the Output Designer.
- Select Insert → Chart.
- Choose Scatter from the chart type picker.
- Drag to size the component to roughly half the page width.
Step 2 — Bind the axes
- In the Properties panel, set the X axis field to
Duration (remaining). - Set the Y axis field to
Total Float. - Set the Label field to
Activity ID.
Step 3 — Colour by status
- Set the Series field to
Status. - Report Forge assigns default colours per status. Adjust if needed in Colour scheme.
Step 4 — Filter out summaries
- Add a filter:
Activity type ≠ Summary. - Preview. Confirm each dot represents one non-summary activity.
Part 2 — Milestone trend analysis
Step 1 — Add the MTA component
- Select Insert → Chart → Milestone Trend Analysis.
- Place it in the right half of the page.
Step 2 — Select milestones
- In the Properties panel, set the Filter to
Activity type = Milestone. - Choose up to 8 milestones to track. Use the milestone picker or set a filter on WBS level.
Step 3 — Configure reporting periods
- Set the Period to monthly.
- Set the Start period and End period to cover your project reporting window.
Step 4 — Preview
Preview the blueprint. The MTA chart should show each milestone as a line plotting its forecast finish date across reporting periods. A flat line means no drift; a rising line means delay.
Save and publish
- Save the draft.
- Select Publish.
- Add version note:
Added scatter and MTA charts.