Burndown Chart

- Now renders (and wraps if necessary) a chart title, with additional
  filter description.
- Removed more redundant code.
- Fixed divide-by-zero bug when the filter resulted in zero matches.
- Made the burndown commands read-only, so that filters apply.
This commit is contained in:
Paul Beckingham 2010-11-22 23:54:16 -05:00
parent 9fd9e8e3a8
commit c5158a6457
2 changed files with 85 additions and 52 deletions

View file

@ -247,6 +247,9 @@ bool Cmd::isReadOnlyCommand ()
command == "history.annual" ||
command == "ghistory.monthly" ||
command == "ghistory.annual" ||
command == "burndown.daily" ||
command == "burndown.weekly" ||
command == "burndown.monthly" ||
command == context.stringtable.get (CMD_CALENDAR, "calendar") ||
command == context.stringtable.get (CMD_COLORS, "colors") ||
command == context.stringtable.get (CMD_DIAGNOSTICS, "diagnostics") ||