in reply to commifying charts generated from GD::Graph::lines?

Anonymous Monk:

GD::Graph offers you the x_number_format and y_number_format hooks in which you could plug the commifying code. Read the docs under the 'Options for graphs with axes' section for an example.

Disclaimer: I have never used GD::Graph, so this is just what I can guess from a quick look at the documentation for the module...

...roboticus
  • Comment on Re: commifying charts generated from GD::Graph::lines?

Replies are listed 'Best First'.
Re^2: commifying charts generated from GD::Graph::lines?
by Anonymous Monk on Dec 15, 2008 at 21:23 UTC

    Thanks for your reply!

    y_number_format worked as advertized.