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

NAME

Chart::Clicker::Renderer::Base

DESCRIPTION

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

SYNOPSIS

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

METHODS

Constructor

new

Creates a new Chart::Clicker::Renderer::Base.

Class Methods

get_option

Returns a value for the specified key (if it exists) from the options hashref.

prepare

Prepare the component.

render

Render the series.

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.