CPAN::Testers::WWW::Statistics::Graphs - CPAN Testers Statistics graphs.


CPAN-Testers-WWW-Statistics documentation  | view source Contained in the CPAN-Testers-WWW-Statistics distribution.

Index


NAME

Top

CPAN::Testers::WWW::Statistics::Graphs - CPAN Testers Statistics graphs.

SYNOPSIS

Top

  my %hash = { config => 'options' };
  my $obj = CPAN::Testers::WWW::Statistics->new(%hash);
  my $ct = CPAN::Testers::WWW::Statistics::Graphs->new(parent => $obj);
  $ct->create();

DESCRIPTION

Top

Using previously formatted data, generate graphs using the Google Chart API.

Note that this package should not be called directly, but via its parent as:

  my %hash = { config => 'options' };
  my $obj = CPAN::Testers::WWW::Statistics->new(%hash);
  $obj->make_graphs();

INTERFACE

Top

The Constructor

* new

Graph creation object. Checks to see whether the data files exist, and allows the user to turn or off the progress tracking.

new() takes an option hash as an argument, which may contain 'progress => 1' to turn on the progress tracker and/or 'directory => $dir' to indicate the path to the data files. If no directory is supplied the current directory is assumed.

Methods

* create

Method to facilitate the creation of graphs.

BUGS, PATCHES & FIXES

Top

There are no known bugs at the time of this release. However, if you spot a bug or are experiencing difficulties, that is not explained within the POD documentation, please send bug reports and patches to the RT Queue (see below).

Fixes are dependant upon their severity and my availablity. Should a fix not be forthcoming, please feel free to (politely) remind me.

RT Queue - http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Testers-WWW-Statistics

SEE ALSO

Top

CPAN::Testers::Data::Generator, CPAN::WWW::Testers

http://www.cpantesters.org/, http://stats.cpantesters.org/, http://wiki.cpantesters.org/

AUTHOR

Top

  Barbie, <barbie@cpan.org>
  for Miss Barbell Productions <http://www.missbarbell.co.uk>.

COPYRIGHT AND LICENSE

Top


CPAN-Testers-WWW-Statistics documentation  | view source Contained in the CPAN-Testers-WWW-Statistics distribution.