logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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 brush to stroke on each bar.

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

Author

       Cory G Watson <gphat@cpan.org>

Description

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

Name

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

Synopsis

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

Version

       version 2.90

See Also