CGI::Application::Plugin::DBIProfile::Graph::HTML::Horizontal - Horizontal bar graph for CAP::DBIProfile


NAME

CGI::Application::Plugin::DBIProfile::Graph::HTML::Horizontal - Horizontal bar graph for CAP::DBIProfile


SYNOPSIS

  # In startup.pl, or your CGI::Application class
  BEGIN {
      $ENV{'CAP_DBIPROFILE_GRAPHMODULE'} = 'CGI::Application::Plugin::DBIProfile::Graph::HTML::Horizontal';
  };


DESCRIPTION

CGI::Application::Plugin::DBIProfile::Graph::HTML::Horizontal implements a basic/simple horizontal bar graph for CGI::Application::Plugin::DBIProfile.


AUTHOR

Graham TerMarsch (cpan@howlingfrog.com)


COPYRIGHT

Copyright (C) 2007, Graham TerMarsch. All Rights Reserved.

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


SEE ALSO

the CGI::Application::Plugin::DBIProfile manpage, the CGI::Application::Plugin::DBIProfile::Graph::HTML manpage.