I need one more clarification. I am using GD::Graph::pie module to generate pie chart. The legends appear on the chart it self.
Is there any way to put the legends on the top or bottom of the chart, as we do it in line graphs?
Also I want the chart to be at the bottom of the html page (I am using GD::Graph::Map module to export chart from png to html), as I have a table at the begining of the same page. How do I move the graph to the end?
Thanks & Regards