Catalyst::View::SVG::TT::Graph
==============================

Chart view for Catalyst based on SVG::TT::Graph. Project at:

    git://github.com/terencemo/Catalyst--View--SVG--TT--Graph.git

Features
--------

 * Different chart types: bar, line, pie, horizontal bar
 * Output in multiple image formats (SVG/PNG/JPEG) + any supported by Image::LibRSVG
 * Configure options globally or before calling your view
 * Multiple sets of data values supported
 * Gzip compression by default for SVG

Installation
------------

You'll need librsvg installed on your system. On debian/ubuntu, this means
installing librsvg2-2. Check the package for your OS or install from source at
http://librsvg.sourceforge.net/

Drop me a line at terencemo[at]cpan.org if you face any issues.