- or download this
@data2 = (['Windows', 'Linux', 'Solaris'],
[150,250,350],
[100,200,300]);
- or download this
@data2 = (['Windows', 'Linux', 'Solaris'],
[100,200,300],
[150,250,350]);
- or download this
my $graph = new GD::Graph::bars(900,600);
$graph->set(
...
shadow_depth => 0,
legendclr => 'blue',
show_values => 1);