logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

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.

Name

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

Requirements

       SVG::TT::Graph

See Also

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

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;

See Also