Ran into this exact thing last month when the cumulative totals didn't match the final value. Fix was to make sure each bar starts from the previous running total, not from zero — that's where the floating base comes in.
Ran into this exact thing last month when the cumulative totals didn't match the final value. Fix was to make sure each bar starts from the previous running total, not from zero — that's where the floating base comes in.