Chart::Timecard

Generate a Timecard chart from a time series
Download

Chart::Timecard Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Publisher Name:
  • Kang-min Liu
  • Publisher web site:
  • http://search.cpan.org/~gugod/

Chart::Timecard Tags


Chart::Timecard Description

Generate a Timecard chart from a time series Chart::Timecard is an easy Perl helper to generate timecard chart. See http://dustin.github.com/2009/01/11/timecard.html and http://github.com/blog/159-one-more-thing to get the idea of what'a timecard.SYNOPSIS use Chart::Timecard; # $times is an array of DateTime objects my $chart = Chart::Timecard->new( times => $times ); # Get the url of it. $chart->url; Requirements: · Perl


Chart::Timecard Related Software