NAME
Google::Chart::Factory - Draw a chart with Google Chart
SYNOPSIS
Google::Chart::Factory->new;
WARNING
This is a very early alpha release. It is more a proof of concept, but for very simple cases it already works. Documentation and more complete support of the Google Chart API will follow shortly. For now, the code more or less is the documentation. Patches welcome.
DESCRIPTION
This set of classes uses the Google Chart API - see http://code.google.com/apis/chart/ - to draw charts.
Google::Chart::Factory inherits from Class::Factory::Enhanced.
The superclass Class::Factory::Enhanced defines these methods and functions:
add_factory_type(), make_object_for_type(), register_factory_type()
The superclass Class::Factory defines these methods and functions:
new(), factory_error(), factory_log(), get_factory_class(),
get_factory_type_for(), get_loaded_classes(), get_loaded_types(),
get_my_factory(), get_my_factory_type(), get_registered_class(),
get_registered_classes(), get_registered_types(), init(),
remove_factory_type(), unregister_factory_type()
TAGS
If you talk about this module in blogs, on del.icio.us or anywhere else, please use the googlechart
tag.
VERSION
This document describes version 0.03 of Google::Chart::Factory.
BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests to <bug-google-chart@rt.cpan.org
>, or through the web interface at http://rt.cpan.org.
INSTALLATION
See perlmodinstall for information and options on installing Perl modules.
AVAILABILITY
The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>.
AUTHOR
Marcel Grünauer, <marcel@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2007 by Marcel Grünauer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.