Infinite loop when creating a tiny naked graph
Status: Beta
Brought to you by:
ayashisunyday
I have been trying all morning to create a tiny naked line graph, by editing the naked.php file, however I stumble upon a very annoying error:
I can't set the height of the graph to any value between 26px and 87px :(
Whenever I do it goes into an infinite loop (I guess), and tells me that the maximum execution time of 30 sec is over.
I'm trying to modify the height width etc.. through this method:
$Test->setGraphArea(-1,0,130,25); // This works
$Test->setGraphArea(-1,0,130,50); // This doesn't
Also, trying to start at y=-1 does not work either:
$Test->setGraphArea(-1,-1,130,25); // Does not work.
Any solutions? Maybe I have to call some other method before?
Thanks!
Guillermo.
The file Im testing it with