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::Point - Point renderer

Attributes

shape
       Specify the shape to be used at each point.  Defaults to 360 degree arc with a radius of 3.

   shape_brush
       Optionally provide a brush with with to stroke each point.

Author

       Cory G Watson <gphat@cpan.org>

Description

       Chart::Clicker::Renderer::Point renders a dataset as points.

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::Point - Point renderer

Synopsis

         my $pr = Chart::Clicker::Renderer::Point->new({
           shape => Geometry::Primitive::Arc->new({
               angle1 => 0,
               angle2 => 180,
               radius  => 5
           })
         });

Version

       version 2.90

See Also