NAME
Jifty::Plugin::Chart::Renderer::Chart - A chart renderer using PNG charts
DESCRIPTION
This is the default chart renderer used by the Jifty::Plugin::Chart plugin. It works by rendering an IMG tag in the HTML output, which then points to a URL which, when dispatched, retrieves the stored configuration and renders the chart using the Chart package.
METHODS
init
Adds the chart_img_behaviour.js script to those loaded.
render
Implemented the "render" in Jifty::Plugin::Chart::Renderer method interface.
SEE ALSO
Jifty::Plugin::Chart, Jifty::Plugin::Chart::Renderer
AUTHOR
Andrew Sterling Hanenkamp <andrew.hanenkamp@boomer.com>
COPYRIGHT AND LICENSE
Copyright 2007 Boomer Consulting, Inc.
This is free software and may be modified and distributed under the same terms as Perl itself.