public
Description: Source for the SVG::Sparkline CPAN module.
Homepage:
Clone URL: git://github.com/gwadej/svg-sparkline.git
name age message
file .gitignore Sun Apr 05 14:36:26 -0700 2009 Testing on y-axis scaling, prep for the 0.2.0 r... [gwadej]
file Build.PL Sat Mar 28 09:10:24 -0700 2009 Initial commit of project. git-svn-id: svn+ssh... [gwadej]
file Changes Thu May 07 15:06:26 -0700 2009 Update so I can upload patch release. [gwadej]
file MANIFEST Wed May 06 16:15:52 -0700 2009 Upate meta files. [gwadej]
file MANIFEST.SKIP Sun Apr 05 14:36:26 -0700 2009 Testing on y-axis scaling, prep for the 0.2.0 r... [gwadej]
file Makefile.PL Tue Apr 28 19:25:54 -0700 2009 General administrative cleanup. git-svn-id: s... [gwadej]
file README Mon Apr 13 04:43:10 -0700 2009 Update the metadata for this release. git-svn... [gwadej]
file TODO Tue May 05 19:25:48 -0700 2009 Add ideas to the todo list. [gwadej]
directory lib/ Thu May 07 15:06:26 -0700 2009 Update so I can upload patch release. [gwadej]
directory t/ Sat May 02 14:00:31 -0700 2009 Correct test to detect mark bug. [gwadej]
README
The SVG::Sparkline module supports creating sparkline graphics in SVG.

The parameters used to create the sparkline types and the scaling code
have both changed significantly in the 0.2.0 version of the code. If you
used the library pre-0.2.0, you will need to make a few adjustments.

INSTALLATION

To install this module, run the following commands:

  perl Makefile.PL
  make
  make test
  make install

Alternatively, to install with Module::Build, you can use the following commands:

  perl Build.PL
  ./Build
  ./Build test
  ./Build install


DEPENDENCIES

SVG

COPYRIGHT AND LICENCE

Copyright (C) 2009, G. Wade Johnson

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.