Apache::Wyrd::Chart 0.93 review

Download
by rbytes.net on

Apache::Wyrd::Chart is a Perl module for embed Dynamically-redrawn PNG charts in HTML. SYNOPSIS < BASENAME::Chart img="chart.

License: Perl Artistic License
File size: 126K
Developer: Barry King
0 stars award from rbytes.net

Apache::Wyrd::Chart is a Perl module for embed Dynamically-redrawn PNG charts in HTML.

SYNOPSIS

< BASENAME::Chart img="chart.png" type="bars" height="200" width="300" >
< BASENAME::Query >
select month, price
from monthly_prices
order by month
< /BASENAME::Query >
< /BASENAME::Chart >

Chart-graphic Wyrd wrapping the GD::Graph Module. Creates a graphic file (PNG) and a meta-data file based on data handed it to by an Apache::Wyrd::Query Wyrd.

Requirements:
Perl

Apache::Wyrd::Chart 0.93 keywords