-
Notifications
You must be signed in to change notification settings - Fork 1
[area-cumulative-flow] Cumulative Flow Diagram for Workflow Analytics #5239
Copy link
Copy link
Closed
Labels
approvedApproved for implementationApproved for implementationimpl:altair:doneAltair implementation mergedAltair implementation mergedimpl:altair:pendingaltair generation in progressaltair generation in progressimpl:bokeh:donebokeh implementation mergedbokeh implementation mergedimpl:chartjs:donechartjs implementation mergedchartjs implementation mergedimpl:d3:doned3 implementation mergedd3 implementation mergedimpl:echarts:doneecharts implementation mergedecharts implementation mergedimpl:ggplot2:doneggplot2 implementation mergedggplot2 implementation mergedimpl:highcharts:donehighcharts implementation mergedhighcharts implementation mergedimpl:letsplot:doneletsplot implementation mergedletsplot implementation mergedimpl:makie:donemakie implementation mergedmakie implementation mergedimpl:matplotlib:doneMatplotlib implementation mergedMatplotlib implementation mergedimpl:muix:donemuix implementation mergedmuix implementation mergedimpl:plotly:doneplotly implementation mergedplotly implementation mergedimpl:plotnine:doneplotnine implementation mergedplotnine implementation mergedimpl:pygal:donepygal implementation mergedpygal implementation mergedimpl:seaborn:doneseaborn implementation mergedseaborn implementation mergedspec-readySpecification merged to mainSpecification merged to mainwatchdog:retried-letsplotWatchdog retried letsplot onceWatchdog retried letsplot once
Description
Metadata
Metadata
Assignees
Labels
approvedApproved for implementationApproved for implementationimpl:altair:doneAltair implementation mergedAltair implementation mergedimpl:altair:pendingaltair generation in progressaltair generation in progressimpl:bokeh:donebokeh implementation mergedbokeh implementation mergedimpl:chartjs:donechartjs implementation mergedchartjs implementation mergedimpl:d3:doned3 implementation mergedd3 implementation mergedimpl:echarts:doneecharts implementation mergedecharts implementation mergedimpl:ggplot2:doneggplot2 implementation mergedggplot2 implementation mergedimpl:highcharts:donehighcharts implementation mergedhighcharts implementation mergedimpl:letsplot:doneletsplot implementation mergedletsplot implementation mergedimpl:makie:donemakie implementation mergedmakie implementation mergedimpl:matplotlib:doneMatplotlib implementation mergedMatplotlib implementation mergedimpl:muix:donemuix implementation mergedmuix implementation mergedimpl:plotly:doneplotly implementation mergedplotly implementation mergedimpl:plotnine:doneplotnine implementation mergedplotnine implementation mergedimpl:pygal:donepygal implementation mergedpygal implementation mergedimpl:seaborn:doneseaborn implementation mergedseaborn implementation mergedspec-readySpecification merged to mainSpecification merged to mainwatchdog:retried-letsplotWatchdog retried letsplot onceWatchdog retried letsplot once
Projects
StatusShow more project fields
Done
Description
A stacked area chart showing the cumulative count of items in each workflow stage over time. Each band represents a stage (e.g., Backlog, In Progress, Done), and the vertical distance between bands shows work-in-progress. This is a key visualization in Lean/Agile project management for identifying bottlenecks and flow efficiency.
Applications
Data
date(date) — time axisstage(categorical, ordered) — workflow stage namecount(int) — cumulative number of items in that stageNotes