Imager::Graph::Pie

  • Funky 3D Pie Charts

my $img = $pie->draw(
            data=>\@data, labels=>\@labels, font=>$font,
            title=>{ text=>'A graph', size=>32 },
            style=>'fount_lin',
            features=>[ 'legend', 'labelspconly', ],
            legend=>{ valign=>'center' });