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

METHODS

Constructor

Chart::Clicker::Renderer::Base->new();

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

Class Methods

$foo = get_option('foo)

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

$image = $r->render($series)

Render the series.

AUTHOR

Cory 'G' Watson <gphat@onemogin.com>

SEE ALSO

perl(1)