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

NAME

Chart::Clicker::Renderer::Bar

DESCRIPTION

Chart::Clicker::Renderer::Bar renders a dataset as bars.

SYNOPSIS

  my $br = Chart::Clicker::Renderer::Bar->new();

ATTRIBUTES

opacity

If true this value will be used when setting the opacity of the bar's fill.

bar_padding

How much padding to put around a bar. A padding of 4 will result in 2 pixels on each side.

stroke

A stroke to use on each bar.

METHODS

Misc. Methods

prepare

Prepare the renderer

pack

Draw the data!

AUTHOR

Cory 'G' Watson <gphat@cpan.org>

SEE ALSO

perl(1)

LICENSE

You can redistribute and/or modify this code under the same terms as Perl itself.