Google::Chart::Type::SparkLine - Google::Chart SparkLine Type


Google-Chart documentation Contained in the Google-Chart distribution.

Index


Code Index:

NAME

Top

Google::Chart::Type::SparkLine - Google::Chart SparkLine Type


Google-Chart documentation Contained in the Google-Chart distribution.

# $Id$

package Google::Chart::Type::SparkLine;
use Moose;

use constant parameter_value => 'ls';

with 'Google::Chart::Type::Simple';

__PACKAGE__->meta->make_immutable;

no Moose;

1;

__END__