Google::Chart::Type::Radar - Google::Chart Radar Type


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

Index


Code Index:

NAME

Top

Google::Chart::Type::Radar - Google::Chart Radar Type


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

# $Id$

package Google::Chart::Type::Radar;
use Moose;
use constant parameter_value => 'r';

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

__PACKAGE__->meta->make_immutable;

no Moose;

1;

__END__