Skip to content

Commit

Permalink
Remove Saturdays/Sundays from CFD
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-mk committed Nov 27, 2023
1 parent b8ae42c commit 5966760
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ Get more info about the flow of work in a Jira Cloud project.
✅ Display the cycle time percentages graph <br>
✅ Calculate data for a Cumulative Flow Diagram (CFD) <br>
✅ Display a Cumulative Flow Diagram <br>
❌ Configure states for CFD via env vars
❌ Remove weekends from CFD

❌ Configure states for CFD via env vars <br>
✅ Remove weekends from CFD

# Running / Dev

Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const percentagesLayout: Layout = {

const cfdLayout: Layout = {
barmode: "stack",
title: "Cumulative Flow Diagram (CFD)"
title: "Cumulative Flow Diagram (CFD)<br>(excluding Saturdays + Sundays)",
}

plot([histogramPlot], histogramLayout)
Expand Down
Binary file modified res/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5966760

Please sign in to comment.