Open githubbob42 opened 5 years ago
{{ stack-bar-chart conditions: Type = Story AND Iteration = THIS CARD cumulative: false chart-width: 800 plot-width: 700 chart-height: 350 plot-x-offset: 80 x-title: Story Status y-title: Story Points series: - data: SELECT Status, SUM('Story Points') label: Series color: #2d00bf combine: overlay-bottom }}
{{ table query: SELECT number, name, 'Story Points', Status WHERE Type = Story and Iteration = THIS CARD ORDER BY Status DESC }}
{{pie-chart data: SELECT 'Simple Status', Count(*) WHERE Type = Story and Iteration = THIS CARD ORDER BY 'Simple Status' DESC}}
As tasks are completed these bars grow taller.
{{ ratio-bar-chart totals: SELECT Story, COUNT(*) WHERE type = Task and Iteration = THIS CARD restrict-ratio-with: 'Task Status' = Done color: purple chart-height: 430 chart-width: 800 plot-width: 600 plot-x-offset: 200 label-font-angle: 30 }}
Mingle Card: 298 Iteration Status—What’s the status of the stories in this iteration?
{{ stack-bar-chart conditions: Type = Story AND Iteration = THIS CARD cumulative: false chart-width: 800 plot-width: 700 chart-height: 350 plot-x-offset: 80 x-title: Story Status y-title: Story Points series: - data: SELECT Status, SUM('Story Points') label: Series color: #2d00bf combine: overlay-bottom }}
Stories in This Iteration – By Status
{{ table query: SELECT number, name, 'Story Points', Status WHERE Type = Story and Iteration = THIS CARD ORDER BY Status DESC }}
Story Completion
{{pie-chart data: SELECT 'Simple Status', Count(*) WHERE Type = Story and Iteration = THIS CARD ORDER BY 'Simple Status' DESC}}
Story Completion – By Task
As tasks are completed these bars grow taller.
{{ ratio-bar-chart totals: SELECT Story, COUNT(*) WHERE type = Task and Iteration = THIS CARD restrict-ratio-with: 'Task Status' = Done color: purple chart-height: 430 chart-width: 800 plot-width: 600 plot-x-offset: 200 label-font-angle: 30 }}