The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

# $Id$
use constant parameter_name => 'chd';
has 'dataset' => (
is => 'rw',
isa => 'ArrayRef',
required => 1,
default => sub { +[] }
);
no Moose;
1;
__END__
=head1 NAME
Google::Chart::Data - Google::Chart Data Role
=cut