in reply to Re^2: GD Graph
in thread GD Graph
$projectname needs to be an ARRAY:
Methods $graph->set_legend(@legend_keys); Sets the keys for the legend. The elements of @legend_keys corresp +ond to the data sets as provided to plot(). If a key is undef or an empty string, the legend entry will be ski +pped.
So
my @projectname = ('Dynamic reconfiguration FY06 Initiative','Rmg Escalation Management Tool');
and
$mygraph->set_legend(@projectname);
HTH.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: GD Graph
by bar10der (Beadle) on Sep 28, 2005 at 13:36 UTC | |
by ghenry (Vicar) on Sep 28, 2005 at 13:54 UTC |