
Chart::Clicker::Renderer

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

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

Creates a new Chart::Clicker::Renderer.
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.
Prepare the component.

Cory G Watson <gphat@cpan.org>

perl(1)

You can redistribute and/or modify this code under the same terms as Perl itself.