The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Chart::Clicker::Renderer

DESCRIPTION

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

SYNOPSIS

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

METHODS

new

Creates a new Chart::Clicker::Renderer.

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.

prepare

Prepare the component.

AUTHOR

Cory G Watson <gphat@cpan.org>

SEE ALSO

perl(1)

LICENSE

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