From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Google::Chart::Type::Pie - Google::Chart Pie Chart Type

SYNOPSIS

Google::Chart->new(
type => 'Pie'
);
Google::Chart->new(
type => {
module => 'Pie',
args => {
pie_type => '3d'
}
}
);

METHODS

parameter_value