Read the Two Values Separately

Start with four per-period values: Mon is 2, Tue is 3, Wed is 1, and Thu is 4. The cumulative value adds each period to everything before it. By Thu, the running total is 10. Do not read the latest cumulative point as the latest period value. Thu adds 4, while the Thu cumulative total is 10.

A tiny chart-reading step: read cumulative values separately from per-period values before making a claim.

highlighted = computed this step

Start with per-period values

Start with 4 pinned per-period values.

per-period values\text{per-period values}
Pinned Per-Period Valuesdayper-period valueMon2Tue3Wed1Thu4

Build the cumulative total

Add each period to the running total to make cumulative values.

running total\text{running total}
Running TotaldayperiodcumulativeMon22Tue35Wed16Thu410

Read period and cumulative panels

Read period bars separately from the cumulative line.

period versus cumulative\text{period versus cumulative}
Per-Period Values Read Separately from Cumulative ValuesRead period values separately from cumulative valuesper-period barscumulative line02405102Mon3Tue1Wed4Thu2Mon5Tue6Wed10ThuThu period is 4; Thu cumulative total is 10. These are different readouts.

Keep the claims separate

Thu period value is 4, while Thu cumulative value is 10.

separate readouts\text{separate readouts}
Separate Readoutsclaimreadoutper-period valueThu adds 4cumulative valueThu running total is 10safe readoutread period and cumulative values separately