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::Area - 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::Area renders a dataset as line-like polygons with their interior areas filled.

Name

       Chart::Clicker::Renderer::Area - Area renderer

Synopsis

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

Version

       version 2.90

See Also