Stegalex has asked for the wisdom of the Perl Monks concerning the following question:

A key difference between Apache-GD-Graph and plain-old GD-Graph is that I haven't found a way to get Apache-GD-Graph to use a subroutine to control the appearance of the numbers on the y axis.

In GD-Graph this is done by defining a subroutine and assigning it to the "y_number_format" attribute.

Has anyone found a way to do this for Apache-GD-Graph?
Thanks.


~~~~~~~~~~~~~~~
I like chicken.
  • Comment on Can you define a y_number_format subroutine with Apache-GD-Graph?