Imager::Graph::Pie

  • Funky Pie Charts

my $img = $pie->draw(
            data=>\@data, labels=>\@labels, font=>$font,
            title=>{ text=>'A graph', size=>32 },
            style=>'fount_rad',
            features=>[ 'legend', 'labelspc', ],
            legend=>{ valign=>'bottom', halign=>'left',
                  border=>'000080' });