Burndown Chart

- Completed chart rendering for all three variations.
- Updated assorted documentation.
- Removed most of the obsolete code.
- Not completed:
  - find rate calculation/algorithm
  - fix rate calculation/algorithm
  - completion date algorithm
This commit is contained in:
Paul Beckingham 2010-11-22 22:42:03 -05:00
parent 3a4fff1683
commit ead7cfe2b8
4 changed files with 211 additions and 519 deletions

View file

@ -701,6 +701,19 @@ Colors the bars on the ghistory report graphs. Defaults to red, green and
yellow bars.
.RE
.TP
.B color.burndown.pending=on red
.RE
.br
.B color.burndown.started=on yellow
.RE
.br
.B color.burndown.done=on green
.RS
Colors the bars on the burndown reports graphs. Defaults to red, green and
yellow bars.
.RE
.TP
.B color.undo.before=red
.RE