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

Constructor

new

Creates a new Chart::Clicker::Renderer.

Instance Methods

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.

prepare

Prepare the component.

draw

Draw the renderer.

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.