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 - Base class for renderers

Attributes

additive
       Read-only value that informs Clicker that this renderer uses the combined ranges of all the series it
       charts in total.  Used for 'stacked' renderers like StackedBar, StackedArea and Line (which will stack if
       told to).  Note: If you set a renderer to additive that isn't additive, this will produce wonky results.

   context
       The context to which this Renderer is attached.

Author

       Cory G Watson <gphat@cpan.org>

Description

       Chart::Clicker::Renderer represents the plot of the chart.

Name

       Chart::Clicker::Renderer - Base class for renderers

Synopsis

         my $renderer = Chart::Clicker::Renderer::Foo->new;

Version

       version 2.90

See Also