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::Bubble - Bubble render

Author

       Cory G Watson <gphat@cpan.org>

Description

       Chart::Clicker::Renderer::Bubble is a subclass of the Point renderer where the points' radiuses are
       determined by the size value of a Series::Size.

       Note: ThisrendererrequiresyoutouseaChart::Clicker::Data::Series::Size.

Methods

draw_point
       Called for each point.  Implemented as a separate method so that subclasses such as Bubble may override
       the drawing.

Name

       Chart::Clicker::Renderer::Bubble - Bubble render

Synopsis

         my $pr = Chart::Clicker::Renderer::Bubble->new({
           shape => Geometry::Primitive::Circle->new({
               radius => 3
           })
         });

Version

       version 2.90

See Also