SYNOPSIS

    # in httpd.conf
    SetVar CAP_DBIPROFILE_GRAPHMODULE CGI::Application::Plugin::DBIProfile::Graph::GDGraphInline
    PerlSetVar CAP_DBIPROFILE_GRAPHMODULE CGI::Application::Plugin::DBIProfile::Graph::GDGraphInline

DESCRIPTION

This module provides a GD::Graph::bars inlined graphing option for CAP:DBIProfile. Please note, inlined images are \s-1NOT\s0 supported by \s-1MSIE\s0 as of version 7. Mozilla, Firefox, Opera, Safari, and Konqueror are supported.

The following settings control the output: Output format. Defaults to \*(L"png\*(R". One of \*(L"png\*(R", \*(L"gif\*(R", or \*(L"jpeg\*(R". Any \s-1GD\s0 supported output format can be easily added. Width of output image. If you have problems with browser support for large inline images, reduce this. Height of output image. If you have problems with browser support for large inline images, reduce this.

BUGS

Microsoft Internet Explorer, as of versions 6 and 7, lacks support for the \*(L"data: \s-1URI\s0 scheme\*(R", and thus lacks support for inline images.

Inline images max size is limited to the browsers max \s-1URI\s0 length. For example, on Opera, this used to be 4kb. If you hit this limit, you can change the size of the output to try to compensate.

REQUIREMENTS

GD::Graph
MIME::Base64

RELATED TO CGI::Application::Plugin::DBIProfile::Graph::GDGraphInline…

CGI::Application::Plugin::DBIProfile
CGI::Application::Plugin::DBIProfile::Graph::HTML

AUTHOR

Joshua I Miller, L<[email protected]>

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.