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'
}
}
);
Google::Chart::Type::Pie - Google::Chart Pie Chart Type
Google::Chart->new(
type => 'Pie'
);
Google::Chart->new(
type => {
module => 'Pie',
args => {
pie_type => '3d'
}
}
);