The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

  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

OVERVIEW

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.

TODO

Text based graphs

AUTHORS

Luke Closs <lukec@activestate.com>

COPYRIGHT

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.

See http://www.perl.com/perl/misc/Artistic.html.