I have 2 questions about the "Chart" module for Perl. I am using Active State Perl under NT 4.0 SP4.<br>
<br>
1) The "Chart" documentation says that one of the supported chart types is "Pie", but there is no Pie.pm file<br>
in the "Chart" zip file. Is the documentation wrong, or is there somewhere else I can get the "Pie" module?<br>
<br>
2) I can't set the background color of my image using "Chart". It comes up with the default color of white no matter what rgb value I try to set it to. Has anyone been able to set the background color using "Chart"? Here is the command I am using in Perl to set a green background, for example:<br>
<br>
$obj->set('colors' => {'background' => [0,255,0]});
<br>
1) The "Chart" documentation says that one of the supported chart types is "Pie", but there is no Pie.pm file<br>
in the "Chart" zip file. Is the documentation wrong, or is there somewhere else I can get the "Pie" module?<br>
<br>
2) I can't set the background color of my image using "Chart". It comes up with the default color of white no matter what rgb value I try to set it to. Has anyone been able to set the background color using "Chart"? Here is the command I am using in Perl to set a green background, for example:<br>
<br>
$obj->set('colors' => {'background' => [0,255,0]});