mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 22:47:20 +02:00
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:
parent
9fd9e8e3a8
commit
c5158a6457
2 changed files with 85 additions and 52 deletions
|
@ -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") ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue