GD::Graph::sparklines

Plot "sparkline" graphs
Download

GD::Graph::sparklines Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rob Partington
  • Publisher web site:
  • http://search.cpan.org/~rjp/

GD::Graph::sparklines Tags


GD::Graph::sparklines Description

Plot "sparkline" graphs GD::Graph::sparklines is a Perl module to plot "sparkline" graphs.SYNOPSIS use GD::Graph::sparklines; my $graph = GD::Graph::sparklines->new(100, 30); my $gd = $graph->plot( , ] ); print $gd->png();GD::Graph::sparklines is a Perl module for creating sparklines using the GD::Graph infrastructure -- if you want a sparkline of your data, you can just replace use GD::Graph::lines;with use GD::Graph::sparklines;and it will "just work", assuming you've not used any esoteric options.GD::Graph::sparklines was originally a simple wrapper around GD::Graph::lines but it turned out very difficult to get the graph sizing correct without subclassing and overriding methods.(It's also very difficult to get ploticus to draw sparklines.) Requirements: · Perl


GD::Graph::sparklines Related Software