| Google-Chart documentation | Contained in the Google-Chart distribution. |
| 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__