It’s actually something which has crossed my mind. I believe the
ezComponents graphing library depends heavily on gd which has quite
a bit of memory leaks and also doesn’t support a Rich interface.
For example, take a look at SugarCRM and it’s nice flash graphs in
the Dashboard view (http://demo.sugarondemand.com/sugarcrm_ent/
index.php?action=Login&module=Users) – Look for Dashboard.
So I think replicating something like in ez is not really
interesting to me but I believe we can do something which would be
significantly sexier.
I've incorporated both of these into a ZF based site:
http://teethgrinder.co.uk/open-flash-chart/index.php
http://www.maani.us/xml_charts/
...the crux lies in having one controller action generate the chart
data and the URL for that action in whatever view you put the graph
on. Of course they are SWF based graphs but if that is what is what
anyone is looking to use they integrate without too much trouble.
Perhaps there is an article in it?
Nick