# ✂ Cumulative flow — the second of the three report views (E41). See
# burndown.yaml's header for why these three are here and unplaced.
#
# ONE series entry draws one stacked band PER DECLARED VALUE of `of:`, in the
# order format.yaml declares them, coloured through the same shared.colors
# every other widget reads. Add `Shaping` to the status enum and a sixth band
# appears here with no edit to this file — which is the whole argument for
# declaring the vocabulary once.
view:
  label: Cumulative flow
  widgets:
    - widget: chart
      label: Where the work is sitting
      note: >-
        One band per declared status, week by week. A widening band is a
        queue: the stage records enter faster than they leave.
      from: issues
      history:
        of: Status
        since: "-12w"
        every: week
        open:      [Triage, Backlog, Todo, In Progress, In Review]
        done:      [Done]
        cancelled: [Canceled, Duplicate]
      x: { label: Week }
      series:
        - { mark: flow }
