The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

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