The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
GD-Chart-Radial
===============

This module aims to provide developers with a quick and easy way to
produce Radial (or Radar if you are an excel spreadsheet user) Charts
using GD and Perl.

This module allows you to plot and output Radial or Radar charts
using the GD library. The module is based on GD::Graph in how it
can be used where possible.

A radial chart has multiple axis spread out from the centre, like
spokes on a wheel. Each axis represents a particular measurement.
Values are plotted by marking the value for what is being measured
on each axis and optionally joining these points. The result can
look like a spiderweb or a radar depending on you plot the
values.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  GD

COPYRIGHT AND LICENCE

Copyright (C) 2002,2004-2007 by Aaron Trevena <teejay-at-droogs-dot-org>
Copyright (C) 2007-2013 by Barbie <barbie@missbarbell.co.uk>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.1 or,
at your option, any later version of Perl 5 you may have available.