in reply to Re: GD Graph
in thread GD Graph
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
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: GD Graph
by ghenry (Vicar) on Sep 28, 2005 at 13:25 UTC | |
by bar10der (Beadle) on Sep 28, 2005 at 13:36 UTC | |
by ghenry (Vicar) on Sep 28, 2005 at 13:54 UTC |