Hi, (new to php and Image::Graph, but done plenty of perl/c/c++)
I've been referred here by this page. I hope someone can help me.
I almost have what I want here. However, I want to get rid of that little blue square with 'Bar' next to it at the bottom.
I can change the text using this call :
$dataset->setName('Some other text');
but I want to get rid of it completely, including the blue square.
How to do that?
Also, I've managed to put the y values on top of the bars, but the tallest value seems to be chopped off slightly. Is there a way to fix that?
Max.