Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Questions about Perl "Chart" module

Status
Not open for further replies.

datduke

Programmer
Sep 22, 1999
6
US
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-&gt;set('colors' =&gt; {'background' =&gt; [0,255,0]});
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top