Chart::Clicker::Renderer::StackedBar.3pm

Langue: en

Version: 2010-05-09 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Chart::Clicker::Renderer::StackedBar - Stacked Bar renderer

DESCRIPTION

Chart::Clicker::Renderer::StackedBar renders a dataset as stacked bars.

SYNOPSIS

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

ATTRIBUTES

bar_padding

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

bar_width

Allows you to override the calculation that determines the optimal width for bars. Be careful using this as it can making things look terrible.

brush

A stroke to use on each bar.

opacity

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

prepare

Prepare the renderer

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.