I experimented with it recently for a project I am working on and was quite impressed. It can produce some good looking results, but the API (the parts of the library you work with to create a graph) could use some improvements
The PHP/Flash graphics is effectivley the XML/Flash Graphs product with a PHP script to produce the XML from an array - at the moment at least, whether there are plans to make the PHP API more advanced than that I don’t know.
I really like the XML/Flash Graphs thingy though - I’ve been using it alot recently and I love the way I can create / manipulate the XML as much as I want with PHP’s functions for it and then just send the clean XML output to XML/SWF Graph. Well worth a look, IMO.
From the users point of view the graph will load a little slower with PHP/SWF and XML/SWF graphs because the flash app has to process the graph data after it has loaded and render the chart, you also have no way of caching the output as you can do with a traditional graph-image library. However the results are very attractive and the way you can animate the output (for example) is very slick is done tastefully!