CGI::Application::Plugin::DBIProfile::Graph::SVGTT - SVT::TT::Graph::Bar Graph output for CAP:DBIProfile.


NAME

CGI::Application::Plugin::DBIProfile::Graph::SVGTT - SVT::TT::Graph::Bar Graph output for CAP:DBIProfile.


SYNOPSIS

    # in httpd.conf
    SetVar CAP_DBIPROFILE_GRAPHMODULE CGI::Application::Plugin::DBIProfile::Graph::SVGTT
    PerlSetVar CAP_DBIPROFILE_GRAPHMODULE CGI::Application::Plugin::DBIProfile::Graph::SVGTT
    # in your CGI::Application subclass (needed to install callback)
    use CGI::Application;
    use CGI::Application::Plugin::DBIProfile::Graph::SVGTT;


DESCRIPTION

This module provides a SVG::TT::Graph::Bars graphing option for CAP:DBIProfile.

This also provides an example of non-inline graphs for DBIProfile.

The following settings control the output:

$CGI::Application::Plugin::DBIProfile::Graph::SVGTT::WIDTH

Width of output image.

$CGI::Application::Plugin::DBIProfile::Graph::SVGTT::HEIGHT

Height of output image.


REQUIREMENTS

the SVG::TT::Graph manpage


SEE ALSO

the SVG::TT::Graph::Bar manpage
the CGI::Application::Plugin::DBIProfile manpage
the CGI::Application::Plugin::DBIProfile::Graph::HTML manpage


AUTHOR

    Joshua I Miller, L<unrtst@cpan.org>


COPYRIGHT & LICENSE

Copyright 2007 Joshua Miller, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.