The following is the most trivial code to plot a Scrum burndown chart, where every "leaf" task is considered a story, and all stories are equal in difficulty. Hopefully somebody finds it useful.
class PlotBurndown(charts.TimeAxisPlotChart):
calendar = project.calendar
The following is the most trivial code to plot a Scrum burndown chart, where every "leaf" task is considered a story, and all stories are equal in difficulty. Hopefully somebody finds it useful.
class PlotBurndown(charts.TimeAxisPlotChart):
calendar = project.calendar