
Jifty::Plugin::Chart::Renderer::Chart - A chart renderer using PNG charts

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.

Adds the chart_img_behaviour.js script to those loaded.
Implemented the "render" in Jifty::Plugin::Chart::Renderer method interface.

Jifty::Plugin::Chart, Jifty::Plugin::Chart::Renderer

Andrew Sterling Hanenkamp <andrew.hanenkamp@boomer.com>

Copyright 2007 Boomer Consulting, Inc.
This is free software and may be modified and distributed under the same terms as Perl itself.