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::StackedArea - Stacked Area renderer

Attributes

brush
       Set/Get the brush that informs the line surrounding the area renders individual segments.

   fade
       Set/Get the fade flag, which turns on or off a gradient in the area renderer.

   opacity
       Set the alpha value for the renderer, which makes things more or less opaque.

Author

       Cory G Watson <gphat@cpan.org>

Description

       Chart::Clicker::Renderer::StackedArea renders a dataset as line-like polygons stacked atop one another.

Name

       Chart::Clicker::Renderer::StackedArea - Stacked Area renderer

Notes

       Note that series with varying keys (e.g. Series 1 has keys 1, 2, 3 but Series 2 only has 1 and 3) will
       cause you some problems.  Since the keys don't match up, neither will the accumulation of area.  This may
       be addressed in the future.

Synopsis

         my $ar = Chart::Clicker::Renderer::StackedArea->new({
             fade => 1,
             brush => Graphics::Primitive::Brush->new({
                 width => 2
             })
         });

Version

       version 2.90

See Also