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

Attributes

additive
       If true, the lines are drawn "stacked", each key accumulates based on those drawn below it.

   brush
       Set/Get a brush to be used for the lines.

   shape
       Set a shape object to draw at each of the data points.  Adding a shape results in:

   shape_brush
       Set/Get the brush to be used on the shapes at each point.  If no shape_brush is provided, then the shapes
       will be filled.  The brush allows you to draw a "halo" around each shape.  This sometimes help to
       separate the points from the lines and make them more distinct.

Author

       Cory G Watson <gphat@cpan.org>

Description

       Chart::Clicker::Renderer::Line renders a dataset as lines.

Methods

draw_point
       Called for each point encountered on the line.

Name

       Chart::Clicker::Renderer::Line - Line renderer

Synopsis

         my $lr = Chart::Clicker::Renderer::Line->new(
           brush => Graphics::Primitive::Brush->new({
             #...
           })
         );

Version

       version 2.90

See Also