NAME
School::Evaluation::Gibbmers::Chart - render a chart
VERSION
version 0.004
SYNOPSIS
my $chart = School::Evaluation::Gibbmers::Chart->new();
$chart->set_1bad_sizes(\@bad_values);
$chart->set_2mid_sizes(\@ok_values);
$chart->set_3hig_sizes(\@good_values);
$chart->set_4sup_sizes(\@supherb_values);
$chart->render_chart( 'title', 'path/pic.png' );
WARNINGS
This is an early release. Currently the app is only in German.
AUTHOR
Boris Däppen <bdaeppen.perl@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Boris Däppen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.