
hwd-burnchart -- Create burndown charts from hwd burndown output

hwd --burndown foo.txt | hwd-burnchart --title "Project Foo"
Options:
--title Use the given title (defaults to "Burndown") --pngname Write the chart to this filename (defaults to burndown.png) --help Show this help

The burndown chart shows the history of the task totals and of how much work remains to be done. The remaining work should approach zero as the project completes.


Luke Closs <lukec@activestate.com>

Copyright 2005 by Luke Closs <lukec@activestate.com>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.