|
|
| Pathologically Eclectic Rubbish Lister | |
| PerlMonks |
Comment on |
| ( #3333=superdoc: print w/ replies, xml ) | Need Help?? |
|
I did run the data extraction code and it returns the expected values from the database. No problem there.
When I print value of $projectname variable I get following (as expected)- 'RMG Escalation Management Tool','Dynamic Reconfiguration FY06 Initiative' If I put this line - $mygraph->set_legend('Dynamic reconfiguration FY06 Initiative','Rmg Escalation Management Tool'); The graph is generated. However if I put this- $mygraph->set_legend($projectname); I get following err in server log Wed Sep 28 13:49:24 2005 error client x.x.x Wed Sep 28 13:49:24 2005 barchart.pl: Illegal division by zero at ....GD/Graph/axestype.pm line 1962., referer: http://index1.html In reply to Re^2: GD Graph
by bar10der
|
|