I'm looking for a graphing package for PHP that will let me plot several different lines (line graph) from a CSV, but that will give me multiple scaling on the Y axis... for example, like this:
http://www.lowcostcpe.com/tempfolder/ecu/77777777777.gif
I'm looking to imitate that graph via PHP. Notice how the graph consists of several lines each with their own scale on the Y axis. I've found a bunch of packages that will graph via PHP, but I can't find one that will do the scaling like this. Anyone know of such a package?
I believe this is the right place to ask, I apologize if it's not. TIA.
--Chris